From 6d11d56fea0e6dd31331db85570a757182b50b71 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 15 Mar 2011 18:43:13 +0000 Subject: [PATCH] Correctness fixes (for VS) --- .../TestCatch/TestCatch/TestCatch.vcproj | 136 ++++++++++++++++++ internal/catch_capture.hpp | 2 + internal/catch_common.h | 1 + 3 files changed, 139 insertions(+) diff --git a/Test/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj b/Test/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj index 139de602..e2a2e8fb 100644 --- a/Test/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj +++ b/Test/VisualStudio/TestCatch/TestCatch/TestCatch.vcproj @@ -181,6 +181,30 @@ Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/catch_capture.hpp b/internal/catch_capture.hpp index 72b449a0..09286568 100644 --- a/internal/catch_capture.hpp +++ b/internal/catch_capture.hpp @@ -261,6 +261,8 @@ private: template class Expression { + void operator = ( const Expression& ); + public: /////////////////////////////////////////////////////////////////////////// Expression diff --git a/internal/catch_common.h b/internal/catch_common.h index 02307d2d..3d010a13 100644 --- a/internal/catch_common.h +++ b/internal/catch_common.h @@ -25,6 +25,7 @@ #include #include +#include namespace Catch {