New Interprocess version

[SVN r38271]
This commit is contained in:
Ion Gaztañaga
2007-07-22 14:08:34 +00:00
parent 0653ca2678
commit 1e108ff97e
18 changed files with 945 additions and 131 deletions

View File

@@ -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.