| 7931 | } // end namespace literals |
| 7932 | |
| 7933 | std::string StringMaker<Catch::Detail::Approx>::convert(Catch::Detail::Approx const& value) { |
| 7934 | return value.toString(); |
| 7935 | } |
| 7936 | |
| 7937 | } // end namespace Catch |
| 7938 | // end catch_approx.cpp |
nothing calls this directly
no test coverage detected