Fix: inconsistent definition of copy constructor and assignment
This commit is contained in:
1
src/3rdparty/fmt/core.h
vendored
1
src/3rdparty/fmt/core.h
vendored
@@ -529,7 +529,6 @@ void check_format_string(S);
|
||||
|
||||
struct error_handler {
|
||||
constexpr error_handler() = default;
|
||||
constexpr error_handler(const error_handler&) = default;
|
||||
|
||||
// This function is intentionally not constexpr to give a compile-time error.
|
||||
FMT_NORETURN FMT_API void on_error(const char* message);
|
||||
|
Reference in New Issue
Block a user