| 911 | return "Approx( " + doctest::toString(in.m_value) + " )"; |
| 912 | } |
| 913 | const ContextOptions* getContextOptions() { return DOCTEST_BRANCH_ON_DISABLED(nullptr, g_cs); } |
| 914 | |
| 915 | DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH(4738) |
| 916 | template <typename F> |
no outgoing calls
no test coverage detected