Rename pragma macros

This commit is contained in:
Victor Zverovich
2024-09-12 19:20:32 -07:00
parent b52fb98846
commit 1782a6eac0
4 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -2514,7 +2514,7 @@ TEST(format_test, writer) {
}
#if FMT_USE_BITINT
FMT_CLANG_PRAGMA(diagnostic ignored "-Wbit-int-extension")
FMT_PRAGMA_CLANG(diagnostic ignored "-Wbit-int-extension")
TEST(format_test, bitint) {
using fmt::detail::bitint;