mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-06 16:57:03 +08:00
Minor cleanup
This commit is contained in:
parent
eb44d87b52
commit
47a18b2fe9
@ -416,12 +416,12 @@ inline auto map(int128_opt) -> monostate { return {}; }
|
|||||||
inline auto map(uint128_opt) -> monostate { return {}; }
|
inline auto map(uint128_opt) -> monostate { return {}; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FMT_USE_BITINT
|
#ifdef FMT_USE_BITINT
|
||||||
# if FMT_CLANG_VERSION >= 1500 && !defined(__CUDACC__)
|
// Use the provided definition.
|
||||||
# define FMT_USE_BITINT 1
|
#elif FMT_CLANG_VERSION >= 1500 && !defined(__CUDACC__)
|
||||||
# else
|
# define FMT_USE_BITINT 1
|
||||||
# define FMT_USE_BITINT 0
|
#else
|
||||||
# endif
|
# define FMT_USE_BITINT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if FMT_USE_BITINT
|
#if FMT_USE_BITINT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user