| 521 | |
| 522 | struct error_handler { |
| 523 | FMT_CONSTEXPR error_handler() = default; |
| 524 | FMT_CONSTEXPR error_handler(const error_handler&) = default; |
| 525 | |
| 526 | // This function is intentionally not constexpr to give a compile-time error. |
no outgoing calls
no test coverage detected