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

2013-02-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55043 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

2013-02-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55043 --- Comment #30 from Jonathan Wakely 2013-02-20 23:55:54 UTC --- Author: redi Date: Wed Feb 20 23:55:48 2013 New Revision: 196187 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196187 Log: PR libstdc++/55043 * include/

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

2013-01-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55043 --- Comment #29 from Jonathan Wakely 2013-01-16 23:58:41 UTC --- I hope this fix is more acceptable :) Thanks, Daniel and Marc, for the comments and ideas, and pushing me to do a better job of it!

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

2013-01-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55043 --- Comment #28 from Jonathan Wakely 2013-01-16 23:56:07 UTC --- Author: redi Date: Wed Jan 16 23:56:00 2013 New Revision: 195253 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195253 Log: PR libstdc++/55043 (again) *

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

2013-01-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55043 --- Comment #27 from Jonathan Wakely 2013-01-16 10:52:57 UTC --- Actually, now that the unordered containers do not inherit from Hashtable it should be much easier to implement something like comment 17. When Daniel first suggested it I thought

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

2013-01-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55043 --- Comment #26 from Jonathan Wakely 2013-01-16 10:25:57 UTC --- (In reply to comment #24) > That really feels like a hack. It is a hack, to work around a throwing move ctor that I don't have time to fix. > Anyone using boost::is_cop

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

2013-01-16 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55043 --- Comment #25 from Daniel Krügler 2013-01-16 09:43:07 UTC --- (In reply to comment #24) > That really feels like a hack. It is also broken, I think. The P/R has the effect that is_copy_constructible is now out-of-sync with is_constructible, so

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

2013-01-16 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55043 Marc Glisse changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Com

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

2013-01-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55043 Jonathan Wakely changed: What|Removed |Added Summary|[4.7/4.8 Regression] issue |[4.7 Regression] issue with