From 9e31c6455c9dbc054f742c5cb56da9d168593a78 Mon Sep 17 00:00:00 2001 From: Peter Kolbus Date: Sun, 13 May 2018 10:19:21 -0500 Subject: [PATCH] Remove undefined BOOST_ARCH_AMD64 (#75) Remove reference to BOOST_ARCH_AMD64 as it has not been defined since commit b10e3490e. --- include/boost/predef/other/endian.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/predef/other/endian.h b/include/boost/predef/other/endian.h index 6d1f43f..b42da53 100644 --- a/include/boost/predef/other/endian.h +++ b/include/boost/predef/other/endian.h @@ -148,8 +148,7 @@ information and acquired knowledge: # undef BOOST_ENDIAN_BIG_BYTE # define BOOST_ENDIAN_BIG_BYTE BOOST_VERSION_NUMBER_AVAILABLE # endif -# if BOOST_ARCH_AMD64 || \ - BOOST_ARCH_IA64 || \ +# if BOOST_ARCH_IA64 || \ BOOST_ARCH_X86 || \ BOOST_ARCH_BLACKFIN # undef BOOST_ENDIAN_LITTLE_BYTE