mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-08 15:59:32 +01:00
Revert "First cut of Evaluate refactoring to remove int specialisations, among other things"
This reverts commit 39753558eb.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Catch {
|
||||
|
||||
void endExpression( DecomposedExpression const& expr );
|
||||
|
||||
virtual std::string reconstructExpression() const CATCH_OVERRIDE;
|
||||
virtual void reconstructExpression( std::string& dest ) const CATCH_OVERRIDE;
|
||||
|
||||
AssertionResult build() const;
|
||||
AssertionResult build( DecomposedExpression const& expr ) const;
|
||||
|
||||
Reference in New Issue
Block a user