| 7612 | } // end namespace literals |
| 7613 | |
| 7614 | std::string StringMaker<Catch::Detail::Approx>::convert(Catch::Detail::Approx const& value) { |
| 7615 | return value.toString(); |
| 7616 | } |
| 7617 | |
| 7618 | } // end namespace Catch |
| 7619 | // end catch_approx.cpp |
nothing calls this directly
no test coverage detected