From 0f71fe28a22c13e303504d289bedf38f65af03c0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 25 Jun 2022 01:04:22 +0300 Subject: [PATCH] Fix typos; do not undefine macros needed for tests --- include/boost/unordered/detail/fca.hpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/include/boost/unordered/detail/fca.hpp b/include/boost/unordered/detail/fca.hpp index a255f29b..6b398070 100644 --- a/include/boost/unordered/detail/fca.hpp +++ b/include/boost/unordered/detail/fca.hpp @@ -378,16 +378,8 @@ namespace boost { #undef BOOST_UNORDERED_PRIME_FMOD_POSITIONS_ELEMENT #undef BOOST_UNORDERED_PRIME_FMOD_SIZES #undef BOOST_UNORDERED_PRIME_FMOD_SIZES_64BIT -#undef BOOST_UNORDERED_PRIME_FMOD_SIZES_34BIT -#undef BOOST_UNORDERED_PRIME_FMOD_SIZES_34BIT_INCOMPLETE - -#ifdef BOOST_UNORDERED_FCA_FASTMOD_SUPPORT -#undef BOOST_UNORDERED_FCA_FASTMOD_SUPPORT -#endif - -#ifdef BOOST_UNORDERED_FCA_HAS_64B_SIZE_T -#undef BOOST_UNORDERED_FCA_HAS_64B_SIZE_T -#endif +#undef BOOST_UNORDERED_PRIME_FMOD_SIZES_32BIT +#undef BOOST_UNORDERED_PRIME_FMOD_SIZES_32BIT_INCOMPLETE template struct node {