summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2007-09-12 23:06:27 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2007-09-12 23:06:27 +0000
commit5e11f978edb440183b510ee5ead717a03d6fcc6a (patch)
tree75559fc602e22bd583e99b2b7f544633716530f5 /libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp
parentc93646bd3ca88aa2cc99cc5a2090dc6ea4b39688 (diff)
downloadgcc-5e11f978edb440183b510ee5ead717a03d6fcc6a.tar.gz
*: Change namespace pb_ds to __gnu_pbds.
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. From-SVN: r128448
Diffstat (limited to 'libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp')
-rw-r--r--libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp b/libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp
index e9a5465e485..ebfe6e2c605 100644
--- a/libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp
+++ b/libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp
@@ -50,7 +50,7 @@
#include <string>
#include <hash_fn/dna_str_limit.hpp>
-namespace pb_ds
+namespace __gnu_pbds
{
namespace test
{
@@ -104,6 +104,6 @@ namespace pb_ds
{ return ("string ranged-hash using" + string_form<comb_fn>::desc()); }
};
} // namespace test
-} // namespace pb_ds
+} // namespace __gnu_pbds
#endif