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/include/ext/pb_ds/tree_policy.hpp | |
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/include/ext/pb_ds/tree_policy.hpp')
-rw-r--r-- | libstdc++-v3/include/ext/pb_ds/tree_policy.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp b/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp index 3c80fc6986a..dedabec5c48 100644 --- a/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp +++ b/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp @@ -51,7 +51,7 @@ #include <ext/pb_ds/detail/type_utils.hpp> #include <ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp> -namespace pb_ds +namespace __gnu_pbds { // A null node updator, indicating that no node updates are required. template<typename Const_Node_Iterator, @@ -163,6 +163,6 @@ namespace pb_ds #undef PB_DS_CLASS_C_DEC #undef PB_DS_BASE_C_DEC -} // namespace pb_ds +} // namespace __gnu_pbds #endif |