mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-28 13:19:48 +01:00
Export exceptions destructors
Reenabling Compiling and Linking as DLL.
This commit is contained in:
committed by
Victor Zverovich
parent
e3488fcae2
commit
e37ee419c6
@@ -219,8 +219,8 @@ 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_API FMT_FUNC format_error::~format_error() FMT_NOEXCEPT {}
|
||||
FMT_API FMT_FUNC system_error::~system_error() FMT_NOEXCEPT {}
|
||||
|
||||
FMT_FUNC void system_error::init(int err_code, string_view format_str,
|
||||
format_args args) {
|
||||
|
||||
Reference in New Issue
Block a user