First cut of Evaluate refactoring to remove int specialisations, among other things

This commit is contained in:
Phil Nash
2017-02-06 15:15:43 +00:00
parent e991c006b7
commit 39753558eb
5 changed files with 77 additions and 150 deletions

View File

@@ -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;