We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907f002 commit e5fd088Copy full SHA for e5fd088
2 files changed
.github/workflows/linux.yml
@@ -37,11 +37,6 @@ jobs:
37
std: 23
38
install: sudo apt install g++-13
39
shared: -DBUILD_SHARED_LIBS=ON
40
- - cxx: g++-14
41
- build_type: Release
42
- std: 23
43
- install: sudo apt install g++-14
44
- gen: Ninja
45
- cxx: clang++-3.6
46
- cxx: clang++-11
47
build_type: Debug
src/fmt.cc
@@ -134,10 +134,7 @@ extern "C++" {
134
}
135
#endif
136
137
-// gcc doesn't yet implement private module fragments
138
-#if !FMT_GCC_VERSION
139
module :private;
140
-#endif
141
142
#ifdef FMT_ATTACH_TO_GLOBAL_MODULE
143
extern "C++" {
0 commit comments