aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc
diff options
context:
space:
mode:
authorAndrea Ornstein <andrea.ornstein@st.com>2009-04-20 15:54:16 +0000
committerAndrea Ornstein <andrea.ornstein@st.com>2009-04-20 15:54:16 +0000
commit28e559d03d6abd0c7f19b9301d8e05e8d60c5fe2 (patch)
tree9741dd1fced71957a68fe436062558d2b9906c2d /libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc
parentb49c1e36b5f0ba5db72be07b6427a3a57573229d (diff)
merge from trunk revisions 127002-132392, 3/N
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/st/cli-be@146434 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc')
-rw-r--r--libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc
index 11cd1823516..868a8cf6216 100644
--- a/libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc
+++ b/libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc
@@ -54,7 +54,7 @@
#include <ext/pb_ds/assoc_container.hpp>
using namespace std;
-using namespace pb_ds;
+using namespace __gnu_pbds;
int main()
{