| 9862 | |
| 9863 | template <typename T> |
| 9864 | struct my_usr exprtk_test_final : public exprtk::parser<T>::unknown_symbol_resolver |
| 9865 | { |
| 9866 | typedef typename exprtk::parser<T>::unknown_symbol_resolver usr_t; |
| 9867 | typedef typename usr_t::usr_symbol_type usr_symbol_type; |
nothing calls this directly
no outgoing calls
no test coverage detected