From 31cffd84125f1deac3eb727065fbd8c126aa0672 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 25 Jun 2022 01:06:15 +0300 Subject: [PATCH] Fix reversed condition --- include/boost/unordered/detail/fca.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/fca.hpp b/include/boost/unordered/detail/fca.hpp index 6b398070..11902eba 100644 --- a/include/boost/unordered/detail/fca.hpp +++ b/include/boost/unordered/detail/fca.hpp @@ -344,7 +344,7 @@ namespace boost { (boost::ulong_long_type(5ul) << 32) + boost::ulong_long_type(1431653234ul) /* = 22906489714 */, (boost::ulong_long_type(2ul) << 32) + boost::ulong_long_type(2863311496ul) /* = 11453246088 */, (boost::ulong_long_type(1ul) << 32) + boost::ulong_long_type(1431655764ul) /* = 5726623060 */, -#if !defined(BOOST_UNORDERED_FCA_HAS_64B_SIZE_T) +#if defined(BOOST_UNORDERED_FCA_HAS_64B_SIZE_T) }; #else (boost::ulong_long_type(1ul) << 32) + boost::ulong_long_type(6ul) /* 4294967302 */