| 723 | |
| 724 | struct error_handler { |
| 725 | constexpr error_handler() = default; |
| 726 | constexpr error_handler(const error_handler&) = default; |
| 727 | |
| 728 | // This function is intentionally not constexpr to give a compile-time error. |
no outgoing calls
no test coverage detected