| 347 | auto operator=(const Error&) -> Error& = default; |
| 348 | auto operator=(Error&&) -> Error& = default; |
| 349 | ~Error() = default; |
| 350 | /// @} |
| 351 | |
| 352 | [[nodiscard]] constexpr auto message() const -> const char* { |
nothing calls this directly
no outgoing calls
no test coverage detected