mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-30 06:09:48 +01:00
Move definition of FMT_USE_INT128 to core.h
This commit is contained in:
committed by
Victor Zverovich
parent
8ce5f680f2
commit
16e3c48bb0
@@ -195,6 +195,14 @@
|
||||
# define FMT_USE_EXPERIMENTAL_STRING_VIEW
|
||||
#endif
|
||||
|
||||
#ifdef FMT_USE_INT128
|
||||
// Do nothing.
|
||||
#elif defined(__SIZEOF_INT128__)
|
||||
# define FMT_USE_INT128 1
|
||||
#else
|
||||
# define FMT_USE_INT128 0
|
||||
#endif
|
||||
|
||||
FMT_BEGIN_NAMESPACE
|
||||
|
||||
// Implementations of enable_if_t and other types for pre-C++14 systems.
|
||||
|
||||
Reference in New Issue
Block a user