hash_map.h: hash, hashtable, hash_map and hash_multimap are in namespace __gnu_cxx.
authorPhilipp Thomas <pthomas@suse.de>
Mon, 18 Mar 2002 10:47:15 +0000 (10:47 +0000)
committerPhilipp Thomas <pthomas@gcc.gnu.org>
Mon, 18 Mar 2002 10:47:15 +0000 (10:47 +0000)
commitf07beda95a1c3de83d8d453116e1585ce27bdd3e
treee803c79fd6c8a02af1c80d11ba46f3c70fc41de6
parent6befbee5ff3d4edf813ac685d3f8f3c77274f147
hash_map.h: hash, hashtable, hash_map and hash_multimap are in namespace __gnu_cxx.

2002-03-15  Philipp Thomas  <pthomas@suse.de>

* include/backward/hash_map.h: hash, hashtable, hash_map and
hash_multimap are in namespace __gnu_cxx.
include/backward/hash_set.h: hash, hashtable, hash_set and
hash_multiset are in namespace __gnu_cxx.
include/backward/hashtable.h: hash and hashtable are in
namespace __gnu_cxx.
include/backward/rope.h: char_producer, sequence_buffer,
rope, crope and wrope are in namespace __gnu_cxx.
include/backward/slist.h: slist is in namespace __gnu_cxx.
* testsuite/backward/header_hash_map_h.cc
testsuite/backward/header_hash_set_h.cc
testsuite/backward/header_hashtable_h.cc
testsuite/backward/header_rope_h.cc
testsuite/backward/header_slist_h.cc
testsuite/backward/header_tempbuf_h.cc: New tests for
checking that we're using the correct namespace.

From-SVN: r50956
12 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/hash_map.h
libstdc++-v3/include/backward/hash_set.h
libstdc++-v3/include/backward/hashtable.h
libstdc++-v3/include/backward/rope.h
libstdc++-v3/include/backward/slist.h
libstdc++-v3/testsuite/backward/header_hash_map_h.cc [new file with mode: 0644]
libstdc++-v3/testsuite/backward/header_hash_set_h.cc [new file with mode: 0644]
libstdc++-v3/testsuite/backward/header_hashtable_h.cc [new file with mode: 0644]
libstdc++-v3/testsuite/backward/header_rope_h.cc [new file with mode: 0644]
libstdc++-v3/testsuite/backward/header_slist_h.cc [new file with mode: 0644]
libstdc++-v3/testsuite/backward/header_tempbuf_h.cc [new file with mode: 0644]