| 15766 | |
| 15767 | namespace Catch { |
| 15768 | void prepareExpandedExpression(AssertionResult& result) { |
| 15769 | result.getExpandedExpression(); |
| 15770 | } |
| 15771 | |
| 15772 | // Because formatting using c++ streams is stateful, drop down to C is required |
| 15773 | // Alternatively we could use stringstream, but its performance is... not good. |
no test coverage detected