| 5870 | }; |
| 5871 | |
| 5872 | template <typename T> struct test_func5 exprtk_test_final : public base_func<T> { test_func5() : base_func<T>(5){} }; |
| 5873 | template <typename T> struct test_func4 exprtk_test_final : public base_func<T> { test_func4() : base_func<T>(4){} }; |
| 5874 | template <typename T> struct test_func3 exprtk_test_final : public base_func<T> { test_func3() : base_func<T>(3){} }; |
| 5875 | template <typename T> struct test_func2 exprtk_test_final : public base_func<T> { test_func2() : base_func<T>(2){} }; |
nothing calls this directly
no outgoing calls
no test coverage detected