| 14954 | |
| 14955 | namespace Catch { |
| 14956 | void prepareExpandedExpression(AssertionResult& result) { |
| 14957 | result.getExpandedExpression(); |
| 14958 | } |
| 14959 | |
| 14960 | // Because formatting using c++ streams is stateful, drop down to C is required |
| 14961 | // Alternatively we could use stringstream, but its performance is... not good. |
no test coverage detected