mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-01 23:00:15 +01:00
Update add_module_library
This commit is contained in:
@@ -76,10 +76,6 @@ export module fmt;
|
||||
#include "fmt/printf.h"
|
||||
#include "fmt/xchar.h"
|
||||
|
||||
#if !(defined(__cpp_modules) || FMT_CLANG_VERSION >= 1600)
|
||||
# error modules not supported
|
||||
#endif
|
||||
|
||||
// gcc doesn't yet implement private module fragments
|
||||
#if !FMT_GCC_VERSION
|
||||
module : private;
|
||||
|
||||
Reference in New Issue
Block a user