mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-21 09:32:11 +01:00
General cleanup for C++11
Also less allocations and less stack usage on the fatal condition path
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Catch {
|
||||
|
||||
AssertionResultData( ResultWas::OfType _resultType, LazyExpression const& _lazyExpression );
|
||||
|
||||
ResultWas::OfType resultType = ResultWas::Unknown;
|
||||
ResultWas::OfType resultType;
|
||||
std::string message;
|
||||
|
||||
LazyExpression lazyExpression;
|
||||
|
||||
Reference in New Issue
Block a user