Export exceptions destructors

Reenabling Compiling and Linking as DLL.
This commit is contained in:
Björn Schäpers
2019-06-24 14:15:52 +02:00
committed by Victor Zverovich
parent e3488fcae2
commit e37ee419c6
2 changed files with 4 additions and 4 deletions

View File

@@ -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) {