clang compilation failiure fix (#4718)

This commit is contained in:
mccakit 2026-04-03 02:51:38 +03:00 committed by GitHub
parent 907f002f8e
commit 3febdca556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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