mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 18:07:59 +00:00
First cut of Evaluate refactoring to remove int specialisations, among other things
This commit is contained in:
parent
e991c006b7
commit
39753558eb
5 changed files with 77 additions and 150 deletions
|
@ -132,8 +132,8 @@ namespace Catch {
|
|||
return AssertionResult( m_assertionInfo, data );
|
||||
}
|
||||
|
||||
void ResultBuilder::reconstructExpression( std::string& dest ) const {
|
||||
dest = m_assertionInfo.capturedExpression;
|
||||
std::string ResultBuilder::reconstructExpression() const {
|
||||
return m_assertionInfo.capturedExpression;
|
||||
}
|
||||
|
||||
} // end namespace Catch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue