Re: [PATCH] libstdc++: Apply proposed resolutions for LWG 3428, 3447

2020-10-22 Thread Jonathan Wakely via Gcc-patches
On 22/10/20 11:05 -0400, Patrick Palka via Libstdc++ wrote: Tested on x86_64-pc-linux-gnu. Does this look OK for trunk and the 10 branch? Yes for both, thanks. libstdc++-v3/ChangeLog: * include/std/ranges (single_view::single_view): Mark the in place constructor explicit as

[PATCH] libstdc++: Apply proposed resolutions for LWG 3428, 3447

2020-10-22 Thread Patrick Palka via Gcc-patches
Tested on x86_64-pc-linux-gnu. Does this look OK for trunk and the 10 branch? libstdc++-v3/ChangeLog: * include/std/ranges (single_view::single_view): Mark the in place constructor explicit as per LWG 3428. (take_view): Remove the constraint on the deduction guide's