mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 19:05:40 +02:00
Solved compiler warnings C5026 and C5027 for VS2015.
This commit is contained in:
@@ -240,6 +240,8 @@ namespace Catch {
|
||||
virtual bool assertionEnded( AssertionStats const& ) CATCH_OVERRIDE {
|
||||
return false;
|
||||
}
|
||||
|
||||
CATCH_CONFIG_CPP11_NON_MOVABLE(TestEventListenerBase)
|
||||
};
|
||||
|
||||
} // end namespace Catch
|
||||
|
@@ -123,6 +123,8 @@ public: // IStreamingReporter
|
||||
return this;
|
||||
}
|
||||
|
||||
MultipleReporters() {}
|
||||
CATCH_CONFIG_CPP11_NON_MOVABLE(MultipleReporters)
|
||||
};
|
||||
|
||||
Ptr<IStreamingReporter> addReporter( Ptr<IStreamingReporter> const& existingReporter, Ptr<IStreamingReporter> const& additionalReporter ) {
|
||||
|
Reference in New Issue
Block a user