mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 14:57:46 +00:00
Use BOOST_GCC instead of BOOST_GCC_VERSION
This commit is contained in:
parent
a9f1407d84
commit
6c95750f37
@ -56,7 +56,7 @@
|
||||
# define BOOST_CORE_HAS_BUILTIN_BIT_CAST
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_CORE_HAS_BUILTIN_BSWAP16) && (defined(BOOST_GCC_VERSION) && BOOST_GCC_VERSION >= 40800)
|
||||
#if !defined(BOOST_CORE_HAS_BUILTIN_BSWAP16) && (defined(BOOST_GCC) && BOOST_GCC >= 40800)
|
||||
# define BOOST_CORE_HAS_BUILTIN_BSWAP16
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user