forked from boostorg/intrusive
New Interprocess version
[SVN r38271]
This commit is contained in:
@@ -121,7 +121,7 @@ class unordered_set_base_hook
|
||||
//! copy-constructible or assignable.
|
||||
template<class T>
|
||||
struct value_traits
|
||||
: detail::derivation_value_traits<T, this_type, Tag>
|
||||
: detail::derivation_hook_value_traits<T, this_type, Tag>
|
||||
{};
|
||||
|
||||
//! <b>Effects</b>: Converts a pointer to a node into
|
||||
@@ -241,7 +241,7 @@ class unordered_set_member_hook
|
||||
//! T doesn't need to be copy-constructible or assignable.
|
||||
template<class T, this_type T::* M>
|
||||
struct value_traits
|
||||
: detail::member_value_traits<T, this_type, M>
|
||||
: detail::member_hook_value_traits<T, this_type, M>
|
||||
{};
|
||||
|
||||
//! <b>Effects</b>: Removes the node if it's inserted in a container.
|
||||
|
Reference in New Issue
Block a user