mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-29 13:50:02 +01:00
Fix warnings
This commit is contained in:
@@ -218,6 +218,9 @@ FMT_FUNC Char internal::thousands_sep_impl(locale_ref) {
|
||||
}
|
||||
#endif
|
||||
|
||||
FMT_FUNC format_error::~format_error() FMT_NOEXCEPT {}
|
||||
FMT_FUNC system_error::~system_error() FMT_NOEXCEPT {}
|
||||
|
||||
FMT_FUNC void system_error::init(int err_code, string_view format_str,
|
||||
format_args args) {
|
||||
error_code_ = err_code;
|
||||
|
||||
Reference in New Issue
Block a user