Commit a64f60c8 authored by Egor Pugin's avatar Egor Pugin Committed by Victor Zverovich

Remove unneeded FMT_API.

parent 1a599117
......@@ -55,7 +55,7 @@ inline fmt::internal::null<> strerror_s(char*, std::size_t, ...) { return {}; }
FMT_BEGIN_NAMESPACE
namespace internal {
FMT_API FMT_FUNC void assert_fail(const char* file, int line, const char* message) {
FMT_FUNC void assert_fail(const char* file, int line, const char* message) {
print(stderr, "{}:{}: assertion failed: {}", file, line, message);
std::abort();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment