diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-12 23:06:27 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-12 23:06:27 +0000 |
| commit | b34535d7bf4b8f4e6e470e1bbbb5b5ebc4f086cf (patch) | |
| tree | 75559fc602e22bd583e99b2b7f544633716530f5 /libstdc++-v3/docs/html | |
| parent | 26f19261581bf915b6e41e850643c76b033aaa9d (diff) | |
| download | ppe42-gcc-b34535d7bf4b8f4e6e470e1bbbb5b5ebc4f086cf.tar.gz ppe42-gcc-b34535d7bf4b8f4e6e470e1bbbb5b5ebc4f086cf.zip | |
2007-09-12 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/pb_ds/*: Change namespace pb_ds to __gnu_pbds.
* docs/html/ext/pb_ds/*: Same.
* testsuite/ext/pb_ds/*: Same.
* testsuite/performance/ext/pb_ds/*: Same.
* testsuite/util/*: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128448 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/html')
4 files changed, 7 insertions, 7 deletions
diff --git a/libstdc++-v3/docs/html/ext/pb_ds/ds_gen.html b/libstdc++-v3/docs/html/ext/pb_ds/ds_gen.html index 5c3eea6a423..ec99c4d5f7e 100644 --- a/libstdc++-v3/docs/html/ext/pb_ds/ds_gen.html +++ b/libstdc++-v3/docs/html/ext/pb_ds/ds_gen.html @@ -167,7 +167,7 @@ of <tt>some_op_sequence</tt>: <p>Additionally, a traits mechanism can be used to query a container type for its attributes. Given any container <tt>Cntnr</tt>, then <tt><a href= - "assoc_container_traits.html">pb_ds::container_traits</a><Cntnr></tt> + "assoc_container_traits.html">__gnu_pbds::container_traits</a><Cntnr></tt> is a traits class identifying the properties of the container.</p> diff --git a/libstdc++-v3/docs/html/ext/pb_ds/pq_design.html b/libstdc++-v3/docs/html/ext/pb_ds/pq_design.html index f33d963a9ad..95956004527 100644 --- a/libstdc++-v3/docs/html/ext/pb_ds/pq_design.html +++ b/libstdc++-v3/docs/html/ext/pb_ds/pq_design.html @@ -67,13 +67,13 @@ <p>As mentioned in <a href= "tutorial.html#pq">Tutorial::Priority Queues</a>, <a href= - "priority_queue.html"><tt>pb_ds::priority_queue</tt></a> + "priority_queue.html"><tt>__gnu_pbds::priority_queue</tt></a> shares most of the same interface with <tt>std::priority_queue</tt>. <i>E.g.</i> if <tt>q</tt> is a priority queue of type <tt>Q</tt>, then <tt>q.top()</tt> will return the "largest" value in the container (according to <tt><b>typename</b> Q::cmp_fn</tt>). <a href= - "priority_queue.html"><tt>pb_ds::priority_queue</tt></a> + "priority_queue.html"><tt>__gnu_pbds::priority_queue</tt></a> has a larger (and very slightly different) interface than <tt>std::priority_queue</tt>, however, since typically <tt>push</tt> and <tt>pop</tt> are deemed insufficient for @@ -309,7 +309,7 @@ assert(p.top() == 3); <p>Tags and traits are very useful for manipulating generic types. <a href= - "priority_queue.html"><tt>pb_ds::priority_queue</tt></a> + "priority_queue.html"><tt>__gnu_pbds::priority_queue</tt></a> publicly defines <tt>container_category</tt> as one of the tags discussed in <a href="#pq_imp">Implementations</a>. Given any container <tt>Cntnr</tt>, the tag of the underlying @@ -327,7 +327,7 @@ assert(p.top() == 3); <p>Additionally, a traits mechanism can be used to query a container type for its attributes. Given any container <tt>Cntnr</tt>, then <tt><a href= - "assoc_container_traits.html">pb_ds::container_traits</a><Cntnr></tt> + "assoc_container_traits.html">__gnu_pbds::container_traits</a><Cntnr></tt> is a traits class identifying the properties of the container.</p> diff --git a/libstdc++-v3/docs/html/ext/pb_ds/string_trie_e_access_traits.html b/libstdc++-v3/docs/html/ext/pb_ds/string_trie_e_access_traits.html index 58a8be62269..10fa2af1c9d 100644 --- a/libstdc++-v3/docs/html/ext/pb_ds/string_trie_e_access_traits.html +++ b/libstdc++-v3/docs/html/ext/pb_ds/string_trie_e_access_traits.html @@ -241,7 +241,7 @@ std::allocator<<b>char</b>> <td> <pre> -<b>typename</b> pb_ds::detail::__conditional_type< +<b>typename</b> __gnu_pbds::detail::__conditional_type< <a href="#Reverse1686776"><tt>Reverse</tt></a>, <b>typename</b> <a href= "#String349403"><tt>String</tt></a>::const_reverse_iterator, diff --git a/libstdc++-v3/docs/html/ext/pb_ds/trie_prefix_search_node_update.html b/libstdc++-v3/docs/html/ext/pb_ds/trie_prefix_search_node_update.html index e3d5e273042..da6efa2f18f 100644 --- a/libstdc++-v3/docs/html/ext/pb_ds/trie_prefix_search_node_update.html +++ b/libstdc++-v3/docs/html/ext/pb_ds/trie_prefix_search_node_update.html @@ -269,7 +269,7 @@ The instantiating container's const key reference type. <td> <pre> -pb_ds::detail::null_node_metadata +__gnu_pbds::detail::null_node_metadata </pre> </td> |

