Re: [committed] libstdc++: Allow visiting inherited variants [PR 90943]

2021-10-04 Thread Jonathan Wakely via Gcc-patches
On Sun, 3 Oct 2021 at 10:07, Jonathan Wakely wrote: > > > > On Sat, 2 Oct 2021, 13:50 Daniel Krügler via Libstdc++, > wrote: >> >> Am Fr., 1. Okt. 2021 um 21:57 Uhr schrieb Jonathan Wakely via >> Libstdc++ : >> > >> > Implement the changes from P2162R2 (as a DR for C++17). >> > >> > Signed-off-by

Re: [committed] libstdc++: Allow visiting inherited variants [PR 90943]

2021-10-03 Thread Jonathan Wakely via Gcc-patches
On Sat, 2 Oct 2021, 13:50 Daniel Krügler via Libstdc++, < libstd...@gcc.gnu.org> wrote: > Am Fr., 1. Okt. 2021 um 21:57 Uhr schrieb Jonathan Wakely via > Libstdc++ : > > > > Implement the changes from P2162R2 (as a DR for C++17). > > > > Signed-off-by: Jonathan Wakely > > > > libstdc++-v3/ChangeL

Re: [committed] libstdc++: Allow visiting inherited variants [PR 90943]

2021-10-02 Thread Daniel Krügler via Gcc-patches
Am Fr., 1. Okt. 2021 um 21:57 Uhr schrieb Jonathan Wakely via Libstdc++ : > > Implement the changes from P2162R2 (as a DR for C++17). > > Signed-off-by: Jonathan Wakely > > libstdc++-v3/ChangeLog: > > PR libstdc++/90943 > * include/std/variant (__cpp_lib_variant): Update value. >

[committed] libstdc++: Allow visiting inherited variants [PR 90943]

2021-10-01 Thread Jonathan Wakely via Gcc-patches
Implement the changes from P2162R2 (as a DR for C++17). Signed-off-by: Jonathan Wakely libstdc++-v3/ChangeLog: PR libstdc++/90943 * include/std/variant (__cpp_lib_variant): Update value. (__detail::__variant::__as): New helpers implementing the as-variant exposit