| 4483 | } // end namespace Detail |
| 4484 | |
| 4485 | std::string StringMaker<Catch::Detail::Approx>::convert(Catch::Detail::Approx const &value) { |
| 4486 | return value.toString(); |
| 4487 | } |
| 4488 | |
| 4489 | } // end namespace Catch |
| 4490 | // end catch_approx.cpp |
nothing calls this directly
no test coverage detected