mirror of
https://github.com/fmtlib/fmt.git
synced 2026-08-03 20:14:20 +02:00
clang compilation failiure fix (#4718)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user