mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-16 10:05:39 +02:00
First cut of Evaluate refactoring to remove int specialisations, among other things
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Catch {
|
||||
|
||||
void endExpression( DecomposedExpression const& expr );
|
||||
|
||||
virtual void reconstructExpression( std::string& dest ) const CATCH_OVERRIDE;
|
||||
virtual std::string reconstructExpression() const CATCH_OVERRIDE;
|
||||
|
||||
AssertionResult build() const;
|
||||
AssertionResult build( DecomposedExpression const& expr ) const;
|
||||
|
Reference in New Issue
Block a user