This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/55043] [4.7/4.8 Regression] issue with nesting unordered_map containing unique_ptr into vector


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


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