This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Backward headers need fixing re. namespace


* Philipp Thomas (pthomas@suse.de) [20020315 20:41]:

This is what I checked in:

        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.

And now discovered I forgot the ChangeLog entry, just checked in.

Philipp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]