mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Remove unneeded FMT_API.
This commit is contained in:
parent
1a599117d8
commit
a64f60c849
@ -55,7 +55,7 @@ inline fmt::internal::null<> strerror_s(char*, std::size_t, ...) { return {}; }
|
|||||||
FMT_BEGIN_NAMESPACE
|
FMT_BEGIN_NAMESPACE
|
||||||
namespace internal {
|
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);
|
print(stderr, "{}:{}: assertion failed: {}", file, line, message);
|
||||||
std::abort();
|
std::abort();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user