mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 03:47:14 +02:00
Remove undefined BOOST_ARCH_AMD64 (#75)
Remove reference to BOOST_ARCH_AMD64 as it has not been defined since commit b10e3490e
.
This commit is contained in:
committed by
Rene Rivera
parent
0bccaa9ead
commit
9e31c6455c
@ -148,8 +148,7 @@ information and acquired knowledge:
|
|||||||
# undef BOOST_ENDIAN_BIG_BYTE
|
# undef BOOST_ENDIAN_BIG_BYTE
|
||||||
# define BOOST_ENDIAN_BIG_BYTE BOOST_VERSION_NUMBER_AVAILABLE
|
# define BOOST_ENDIAN_BIG_BYTE BOOST_VERSION_NUMBER_AVAILABLE
|
||||||
# endif
|
# endif
|
||||||
# if BOOST_ARCH_AMD64 || \
|
# if BOOST_ARCH_IA64 || \
|
||||||
BOOST_ARCH_IA64 || \
|
|
||||||
BOOST_ARCH_X86 || \
|
BOOST_ARCH_X86 || \
|
||||||
BOOST_ARCH_BLACKFIN
|
BOOST_ARCH_BLACKFIN
|
||||||
# undef BOOST_ENDIAN_LITTLE_BYTE
|
# undef BOOST_ENDIAN_LITTLE_BYTE
|
||||||
|
Reference in New Issue
Block a user