[Bug libstdc++/54316] [C++11] move constructor for stringstream

2016-11-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Andrew Pinski changed: What|Removed |Added CC||snbraj at sasken dot com --- Comment #11

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2014-09-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2014-09-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Bug 54316 depends on bug 53626, which changed state. Bug 53626 Summary: [C++11] move assignment for ifstream https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53626 What|Removed |Added ---

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2014-09-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Mon Sep 22 13:34:09 2014 New Revision: 215463 URL: https://gcc.gnu.org/viewcvs?rev=215463&root=gcc&view=rev Log: Make streams movable and swappable. PR libstdc++/54316 PR libstd

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2014-09-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2014-05-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2014-03-19 Thread howard.hinnant at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 --- Comment #8 from Howard Hinnant --- Here: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1862.html#27.4.4%20-%20Class%20template%20basic_ios is a good list of what needs to be done. It is an old paper, so it needs to be cross-check

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2014-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 --- Comment #7 from Jonathan Wakely --- That would be very welcome, thanks, Howard. We hope to complete the C++11 library for the next major release after 4.9, but there's still quite a lot to do. I haven't even analysed what we need to do to add

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2014-03-18 Thread howard.hinnant at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Howard Hinnant changed: What|Removed |Added CC||howard.hinnant at gmail dot com --- Comm

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2013-11-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Jonathan Wakely changed: What|Removed |Added Summary|[C++11] move constructor|[C++11] move constructor