Skip to content

Commit 72c8229

Browse files
committed
Put FMT_END_* together
1 parent a402614 commit 72c8229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fmt/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2981,9 +2981,9 @@ FMT_INLINE void println(format_string<T...> fmt, T&&... args) {
29812981
return fmt::println(stdout, fmt, static_cast<T&&>(args)...);
29822982
}
29832983

2984-
FMT_END_EXPORT
29852984
FMT_PRAGMA_CLANG(diagnostic pop)
29862985
FMT_PRAGMA_GCC(pop_options)
2986+
FMT_END_EXPORT
29872987
FMT_END_NAMESPACE
29882988

29892989
#ifdef FMT_HEADER_ONLY

0 commit comments

Comments
 (0)