mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-02 14:04:36 +02:00
hashtable: fixed build with BOOST_INTRUSIVE_VARIADIC_TEMPLATES defined
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user