| 4026 | return "Approx( " + doctest::toString(in.m_value) + " )"; |
| 4027 | } |
| 4028 | const ContextOptions* getContextOptions() { return DOCTEST_BRANCH_ON_DISABLED(nullptr, g_cs); } |
| 4029 | |
| 4030 | DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH(4738) |
| 4031 | template <typename F> |
no outgoing calls
no test coverage detected