mirror of
https://github.com/fmtlib/fmt.git
synced 2026-06-15 08:26:13 +08:00
Revert the changes in base.h
This commit is contained in:
parent
98304076b0
commit
62b3ade524
@ -46,11 +46,6 @@
|
||||
#else
|
||||
# define FMT_MSC_VERSION 0
|
||||
#endif
|
||||
#ifdef _MSVC_LANG
|
||||
# define FMT_CPLUSPLUS _MSVC_LANG
|
||||
#else
|
||||
# define FMT_CPLUSPLUS __cplusplus
|
||||
#endif
|
||||
|
||||
// Detect standard library versions.
|
||||
#ifdef _GLIBCXX_RELEASE
|
||||
@ -64,6 +59,12 @@
|
||||
# define FMT_LIBCPP_VERSION 0
|
||||
#endif
|
||||
|
||||
#ifdef _MSVC_LANG
|
||||
# define FMT_CPLUSPLUS _MSVC_LANG
|
||||
#else
|
||||
# define FMT_CPLUSPLUS __cplusplus
|
||||
#endif
|
||||
|
||||
// Detect __has_*.
|
||||
#ifdef __has_feature
|
||||
# define FMT_HAS_FEATURE(x) __has_feature(x)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user