http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55043



--- Comment #22 from Jonathan Wakely <redi at gcc dot gnu.org> 2013-01-16 
09:20:43 UTC ---

Author: redi

Date: Wed Jan 16 09:20:34 2013

New Revision: 195231



URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195231

Log:

    PR libstdc++/55043

    * include/std/unordered_map: Include alloc_traits.h

    * include/std/unordered_set: Likewise.

    * include/bits/alloc_traits.h: Define __is_copy_insertable.

    * include/bits/unordered_map.h: Use it.

    * include/bits/unordered_set.h: Likewise.

    * include/debug/unordered_map.h: Likewise.

    * include/debug/unordered_set.h: Likewise.

    * include/profile/unordered_map.h: Likewise.

    * include/profile/unordered_set.h: Likewise.

    * include/bits/hashtable.h: Fix comment typos.

    * testsuite/23_containers/unordered_map/55043.cc: New.

    * testsuite/23_containers/unordered_multimap/55043.cc: New.

    * testsuite/23_containers/unordered_multiset/55043.cc: New.

    * testsuite/23_containers/unordered_set/55043.cc: New.



Added:

    trunk/libstdc++-v3/testsuite/23_containers/unordered_map/55043.cc

    trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/55043.cc

    trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/55043.cc

    trunk/libstdc++-v3/testsuite/23_containers/unordered_set/55043.cc

Modified:

    trunk/libstdc++-v3/ChangeLog

    trunk/libstdc++-v3/include/bits/alloc_traits.h

    trunk/libstdc++-v3/include/bits/hashtable.h

    trunk/libstdc++-v3/include/bits/unordered_map.h

    trunk/libstdc++-v3/include/bits/unordered_set.h

    trunk/libstdc++-v3/include/debug/unordered_map

    trunk/libstdc++-v3/include/debug/unordered_set

    trunk/libstdc++-v3/include/profile/unordered_map

    trunk/libstdc++-v3/include/profile/unordered_set

    trunk/libstdc++-v3/include/std/unordered_map

    trunk/libstdc++-v3/include/std/unordered_set

Reply via email to