| 2216 | } |
| 2217 | |
| 2218 | template <typename Id> FMT_CONSTEXPR void on_dynamic_precision(Id arg_id) { |
| 2219 | this->specs_.precision = get_dynamic_spec<precision_checker>( |
| 2220 | get_arg(arg_id), context_.error_handler()); |
| 2221 | } |
| 2222 | |
| 2223 | void on_error(const char* message) { context_.on_error(message); } |
| 2224 |
no test coverage detected