hashtable: fixed build with BOOST_INTRUSIVE_VARIADIC_TEMPLATES defined

This commit is contained in:
bad-ed
2018-10-10 17:14:50 +03:00
parent 2ab3421b17
commit cbf83bbebb

View File

@@ -3515,14 +3515,10 @@ class hashtable_impl
}; };
/// @cond /// @cond
#if !defined(BOOST_INTRUSIVE_VARIADIC_TEMPLATES)
template < class T template < class T
, bool UniqueKeys , bool UniqueKeys
, class PackedOptions , class PackedOptions
> >
#else
template <class T, bool UniqueKeys, class ...Options>
#endif
struct make_bucket_traits struct make_bucket_traits
{ {
//Real value traits must be calculated from options //Real value traits must be calculated from options