[Bug libstdc++/52442] temporary_buffer does not swap

2017-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52442 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/52442] temporary_buffer does not swap

2012-02-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52442 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2012-02-29 21:44:21 UTC --- You're right, it can't be used like that, but it's not meant to be. By design temporary_buffer is not copyable, so it's not swappable either.

[Bug libstdc++/52442] temporary_buffer does not swap

2012-02-29 Thread giecrilj at stegny dot 2a.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52442 --- Comment #2 from Christopher Yeleighton giecrilj at stegny dot 2a.pl 2012-02-29 23:23:34 UTC --- (In reply to comment #1) You're right, it can't be used like that, but it's not meant to be. By design temporary_buffer is not copyable, so

[Bug libstdc++/52442] temporary_buffer does not swap

2012-02-29 Thread giecrilj at stegny dot 2a.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52442 --- Comment #3 from Christopher Yeleighton giecrilj at stegny dot 2a.pl 2012-02-29 23:25:19 UTC --- (In reply to comment #1) You're right, it can't be used like that, but it's not meant to be. By design temporary_buffer is not copyable, so

[Bug libstdc++/52442] temporary_buffer does not swap

2012-02-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52442 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2012-03-01 00:29:49 UTC --- (In reply to comment #3) Here is my shoot, feel free to criticise. It's formatted bizarrely and hurts my eyes ;)