From cbf83bbebb623894432b7e45c0f7f7a8482305e8 Mon Sep 17 00:00:00 2001 From: bad-ed Date: Wed, 10 Oct 2018 17:14:50 +0300 Subject: [PATCH] hashtable: fixed build with BOOST_INTRUSIVE_VARIADIC_TEMPLATES defined --- include/boost/intrusive/hashtable.hpp | 4 ---- 1 file changed, 4 deletions(-) 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