Updated NonCopyable (to include C++11 version) and use for Session and Section

This commit is contained in:
Phil Nash
2014-10-03 08:15:27 +01:00
parent e606cebac5
commit 12fe67cc82
3 changed files with 12 additions and 13 deletions

View File

@@ -97,7 +97,7 @@ namespace Catch {
std::set<TestCase> m_testsAlreadyRun;
};
class Session {
class Session : NonCopyable {
static bool alreadyInstantiated;
public: