diff --git a/include/boost/intrusive/hashtable.hpp b/include/boost/intrusive/hashtable.hpp index 1f1f169..36835a9 100644 --- a/include/boost/intrusive/hashtable.hpp +++ b/include/boost/intrusive/hashtable.hpp @@ -3515,14 +3515,10 @@ class hashtable_impl }; /// @cond -#if !defined(BOOST_INTRUSIVE_VARIADIC_TEMPLATES) template < class T , bool UniqueKeys , class PackedOptions > -#else -template -#endif struct make_bucket_traits { //Real value traits must be calculated from options