forked from boostorg/intrusive
Merge branch 'hashtable-variadic-fix' of https://github.com/bad-ed/intrusive into bad-ed-hashtable-variadic-fix
This commit is contained in:
@@ -3515,14 +3515,10 @@ class hashtable_impl
|
||||
};
|
||||
|
||||
/// @cond
|
||||
#if !defined(BOOST_INTRUSIVE_VARIADIC_TEMPLATES)
|
||||
template < class T
|
||||
, bool UniqueKeys
|
||||
, class PackedOptions
|
||||
>
|
||||
#else
|
||||
template <class T, bool UniqueKeys, class ...Options>
|
||||
#endif
|
||||
struct make_bucket_traits
|
||||
{
|
||||
//Real value traits must be calculated from options
|
||||
|
Reference in New Issue
Block a user