Addressed some warnings (mostly MSVC)

This commit is contained in:
Phil Nash
2013-03-25 08:46:48 +00:00
parent 6ba2057abd
commit 2e3c5fa2ad
8 changed files with 26 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ namespace Catch {
private:
class AssertionPrinter {
void operator= ( AssertionPrinter const& );
public:
AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats )
: stream( _stream ),