Skip to content

Commit e5fd088

Browse files
committed
Remove a gcc workaround
1 parent 907f002 commit e5fd088

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/linux.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
std: 23
3838
install: sudo apt install g++-13
3939
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
4540
- cxx: clang++-3.6
4641
- cxx: clang++-11
4742
build_type: Debug

src/fmt.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@ extern "C++" {
134134
}
135135
#endif
136136

137-
// gcc doesn't yet implement private module fragments
138-
#if !FMT_GCC_VERSION
139137
module :private;
140-
#endif
141138

142139
#ifdef FMT_ATTACH_TO_GLOBAL_MODULE
143140
extern "C++" {

0 commit comments

Comments
 (0)