Workaround an ICE when using modules with gcc 14.2 and earlier

This commit is contained in:
Victor Zverovich
2025-01-12 08:47:52 -08:00
parent 8303d140a1
commit c43da35701
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
module;
#define FMT_MODULE
#ifdef _MSVC_LANG
# define FMT_CPLUSPLUS _MSVC_LANG
#else