Re: [PATCH] libstdc++: Implement LWG 3568 change to ranges::basic_istream_view

2021-10-19 Thread Jonathan Wakely via Gcc-patches
On Tue, 19 Oct 2021, 19:31 Patrick Palka via Libstdc++, < libstd...@gcc.gnu.org> wrote: > Tested on x86_64-pc-linux-gnu, does this look OK for trunk? > Yes, thanks. (The branches don't have P2325R3.) > > libstdc++-v3/ChangeLog: > > * include/std/ranges (basic_istream_view::_M_object): V

[PATCH] libstdc++: Implement LWG 3568 change to ranges::basic_istream_view

2021-10-19 Thread Patrick Palka via Gcc-patches
Tested on x86_64-pc-linux-gnu, does this look OK for trunk? (The branches don't have P2325R3.) libstdc++-v3/ChangeLog: * include/std/ranges (basic_istream_view::_M_object): Value initialize as per LWG 3568. --- libstdc++-v3/include/std/ranges | 2 +- 1 file changed, 1 insertion(+