mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Check if .cc
exists in fmt.cc
(#4005)
After installation, these files no longer exist and cause errors.
This commit is contained in:
@ -122,7 +122,9 @@ extern "C++" {
|
|||||||
module :private;
|
module :private;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "format.cc"
|
#if FMT_HAS_INCLUDE("format.cc")
|
||||||
#if FMT_OS
|
# include "format.cc"
|
||||||
|
#endif
|
||||||
|
#if FMT_OS && FMT_HAS_INCLUDE("os.cc")
|
||||||
# include "os.cc"
|
# include "os.cc"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user