mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 02:45:40 +02:00
Revert "First cut of Evaluate refactoring to remove int specialisations, among other things"
This reverts commit 39753558eb
.
This commit is contained in:
@@ -132,8 +132,8 @@ namespace Catch {
|
||||
return AssertionResult( m_assertionInfo, data );
|
||||
}
|
||||
|
||||
std::string ResultBuilder::reconstructExpression() const {
|
||||
return m_assertionInfo.capturedExpression;
|
||||
void ResultBuilder::reconstructExpression( std::string& dest ) const {
|
||||
dest = m_assertionInfo.capturedExpression;
|
||||
}
|
||||
|
||||
} // end namespace Catch
|
||||
|
Reference in New Issue
Block a user