Re: [PATCH v3] libstdc++: Fix std::ranges::iota not in numeric [PR108760]

2024-06-07 Thread Jonathan Wakely
Michael Levine (BLOOMBERG/ 731 LEX) At: 05/30/24 13:43:58 UTC-4:00 > To: jwak...@redhat.com > Cc: ppa...@redhat.com, gcc-patches@gcc.gnu.org, libstd...@gcc.gnu.org > Subject: Re: [PATCH v3] libstdc++: Fix std::ranges::iota not in numeric > [PR108760] > > When I remove for importin

Re: [PATCH v3] libstdc++: Fix std::ranges::iota not in numeric [PR108760]

2024-06-06 Thread Michael Levine (BLOOMBERG/ 731 LEX)
__memcmpable From: jwak...@redhat.com At: 05/24/24 10:12:57 UTC-4:00To: Michael Levine (BLOOMBERG/ 731 LEX ) Cc: ppa...@redhat.com, gcc-patches@gcc.gnu.org, libstd...@gcc.gnu.org Subject: Re: [PATCH v3] libstdc++: Fix std::ranges::iota not in numeric [PR108760] On 24/05/24 13:56 -, Micha

Re: [PATCH v3] libstdc++: Fix std::ranges::iota not in numeric [PR108760]

2024-05-30 Thread Michael Levine (BLOOMBERG/ 731 LEX)
:12:57 UTC-4:00To: Michael Levine (BLOOMBERG/ 731 LEX ) Cc: ppa...@redhat.com, gcc-patches@gcc.gnu.org, libstd...@gcc.gnu.org Subject: Re: [PATCH v3] libstdc++: Fix std::ranges::iota not in numeric [PR108760] On 24/05/24 13:56 -, Michael Levine (BLOOMBERG/ 731 LEX) wrote: >I've

Re: [PATCH v3] libstdc++: Fix std::ranges::iota not in numeric [PR108760]

2024-05-24 Thread Jonathan Wakely
On 24/05/24 13:56 -, Michael Levine (BLOOMBERG/ 731 LEX) wrote: I've attached the v3 version of the patch as a single, squashed patch containing all of the changes. I manually prepended my sign off to the patch. Signed-off-by: Michael Levine --- diff --git a/libstdc++-v3/include/bits/r

Re: [PATCH v3] libstdc++: Fix std::ranges::iota not in numeric [PR108760]

2024-05-24 Thread Michael Levine (BLOOMBERG/ 731 LEX)
I've attached the v3 version of the patch as a single, squashed patch containing all of the changes. I manually prepended my sign off to the patch. From: ppa...@redhat.com At: 05/23/24 18:41:14 UTC-4:00To: Michael Levine (BLOOMBERG/ 731 LEX ) Cc: gcc-patches@gcc.gnu.org, libstd...@gcc.gnu.o