| 11704 | { |
| 11705 | std::size_t assert_count; |
| 11706 | void handle_assert(const assert_context& /*context*/) exprtk_test_override |
| 11707 | { |
| 11708 | ++assert_count; |
| 11709 | } |
| 11710 | }; |
| 11711 | |
| 11712 | template <typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected