mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-26 20:30:06 +01:00
Fix compiler warnings
This commit is contained in:
@@ -2104,7 +2104,7 @@ class system_error : public std::runtime_error {
|
||||
init(error_code, message, make_args(args...));
|
||||
}
|
||||
|
||||
~system_error() throw();
|
||||
~system_error() FMT_DTOR_NOEXCEPT;
|
||||
|
||||
int error_code() const { return error_code_; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user