Chenliang Xu 25f196098e Disable copy constructor of Session
Since only one instance of Catch::Session can ever be used.

While trying to call session in my own function, I made a mistake of
passing session object by value. It called copy constructor and
destructor later, which called Catch::clean(). Disabling copy
constructor of session can prevent similar mistakes.
2014-09-27 21:47:41 -05:00
..
2014-08-20 08:09:32 +01:00
2014-07-09 19:20:24 +01:00