This function is intentionally not constexpr to give a compile-time error.
| 652 | |
| 653 | // This function is intentionally not constexpr to give a compile-time error. |
| 654 | FMT_NORETURN void on_error(const char* message) { |
| 655 | throw_format_error(message); |
| 656 | } |
| 657 | }; |
| 658 | } // namespace detail |
| 659 |
no test coverage detected