| 15755 | |
| 15756 | namespace Catch { |
| 15757 | void prepareExpandedExpression(AssertionResult& result) { |
| 15758 | result.getExpandedExpression(); |
| 15759 | } |
| 15760 | |
| 15761 | // Because formatting using c++ streams is stateful, drop down to C is required |
| 15762 | // Alternatively we could use stringstream, but its performance is... not good. |
no test coverage detected