Re: [committed] libstdc++: Implement LWG 1203 for rvalue iostreams

2021-05-07 Thread Jonathan Wakely via Gcc-patches
On 06/05/21 18:28 +0100, Jonathan Wakely wrote: On 06/05/21 18:09 +0100, Jonathan Wakely wrote: On 06/05/21 17:55 +0200, Stephan Bergmann wrote: On 30/04/2021 15:48, Jonathan Wakely via Libstdc++ wrote: This implements the resolution of LWG 1203 so that the constraints for rvalue stream insert

[committed] libstdc++: Implement LWG 1203 for rvalue iostreams

2021-04-30 Thread Jonathan Wakely via Gcc-patches
This implements the resolution of LWG 1203 so that the constraints for rvalue stream insertion/extraction are simpler, and the return type is the original rvalue stream type not its base class. Signed-off-by: Jonathan Wakely libstdc++-v3/ChangeLog: * include/std/istream (operator>>(Istr