| 729 | format_error(const format_error&) = default; |
| 730 | format_error& operator=(const format_error&) = default; |
| 731 | format_error(format_error&&) = default; |
| 732 | format_error& operator=(format_error&&) = default; |
| 733 | ~format_error() FMT_NOEXCEPT FMT_OVERRIDE; |
| 734 | }; |
no outgoing calls
no test coverage detected