clang compilation failiure fix

This commit is contained in:
mccakit 2026-03-18 21:57:53 +03:00
parent 4968433a6a
commit 52f096b6b9

View File

@ -134,11 +134,6 @@ extern "C++" {
}
#endif
// gcc doesn't yet implement private module fragments
#if !FMT_GCC_VERSION
module :private;
#endif
#ifdef FMT_ATTACH_TO_GLOBAL_MODULE
extern "C++" {
#endif