| 6471 | }; |
| 6472 | |
| 6473 | struct vector_access_rtc_counter : public exprtk::vector_access_runtime_check |
| 6474 | { |
| 6475 | bool handle_runtime_violation(violation_context&) exprtk_test_override |
| 6476 | { |
| 6477 | rtc_count++; |
| 6478 | return false; |
| 6479 | } |
| 6480 | |
| 6481 | std::size_t rtc_count; |
| 6482 | }; |
| 6483 | |
| 6484 | template <typename T> |
| 6485 | bool run_test18() |
nothing calls this directly
no outgoing calls
no test coverage detected