| 445 | |
| 446 | namespace doctest { namespace detail { |
| 447 | static DOCTEST_CONSTEXPR int consume(const int*, int) noexcept { return 0; } |
| 448 | }} |
| 449 | |
| 450 | #define DOCTEST_GLOBAL_NO_WARNINGS(var, ...) \ |
nothing calls this directly
no outgoing calls
no test coverage detected