diff --git a/doc/ref.php b/doc/ref.php index efbca895..95c4dbb8 100644 --- a/doc/ref.php +++ b/doc/ref.php @@ -1672,21 +1672,12 @@ function echo_node_handle_docs($map) unordered_multi, that can then be inserted into a compatible container type. - - - The name and template parameters of this type is implementation - defined, and should be obtained using the node_type - member typedef from the appropriate container. - - - In this version of Boost, node_type is different - for unordered_map and unordered_multimap,' : - 'unordered_set and unordered_multiset,'; - ?> this will be fixed in a future version of Boost. - - - + + The name and template parameters of this type are implementation + defined, and should be obtained using the node_type + member typedef from the appropriate container. + + typename Container::key_type diff --git a/doc/ref.xml b/doc/ref.xml index 68bfa02c..d6c4ca0f 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -2840,18 +2840,12 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) unordered_multiset, that can then be inserted into a compatible container type. - - - The name and template parameters of this type is implementation - defined, and should be obtained using the node_type - member typedef from the appropriate container. - - - In this version of Boost, node_type is different - for unordered_set and unordered_multiset, this will be fixed in a future version of Boost. - - - + + The name and template parameters of this type are implementation + defined, and should be obtained using the node_type + member typedef from the appropriate container. + + typename Container::value_type> @@ -5816,18 +5810,12 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) unordered_multimap, that can then be inserted into a compatible container type. - - - The name and template parameters of this type is implementation - defined, and should be obtained using the node_type - member typedef from the appropriate container. - - - In this version of Boost, node_type is different - for unordered_map and unordered_multimap, this will be fixed in a future version of Boost. - - - + + The name and template parameters of this type are implementation + defined, and should be obtained using the node_type + member typedef from the appropriate container. + + typename Container::key_type