Re: [PATCH] libstdc++: implement tuple protocol for std::complex (P2819R2)

2025-03-15 Thread Giuseppe D'Angelo
Hello, On 01/03/2025 16:50, Giuseppe D'Angelo wrote: It's also on Forge here https://forge.sourceware.org/gcc/gcc-TEST/pulls/34 together with a workaround for the ICE (please ignore that, the GCC mirror hasn't synced the proper fix just yet.) This has now been committed as r15-7853-gde23192

Re: [PATCH] libstdc++: implement tuple protocol for std::complex (P2819R2)

2025-03-03 Thread Jonathan Wakely
On Sat, 1 Mar 2025 at 15:52, Giuseppe D'Angelo wrote: > > Hello, > > The attached patch implements the tuple protocol for std::complex (added > by P2819R2 for C++26). > > Tested on x86-64 Linux. Beware that you need the latest GCC trunk, > otherwise you'll get an ICE (PR 119045). > > It's also on

Re: [PATCH] libstdc++: implement tuple protocol for std::complex (P2819R2)

2025-03-01 Thread Jonathan Wakely
On Sat, 1 Mar 2025 at 15:52, Giuseppe D'Angelo wrote: > > Hello, > > The attached patch implements the tuple protocol for std::complex (added > by P2819R2 for C++26). > > Tested on x86-64 Linux. Beware that you need the latest GCC trunk, > otherwise you'll get an ICE (PR 119045). > > It's also on