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

2024-05-23 Thread Patrick Palka
On Fri, 17 May 2024, Michael Levine (BLOOMBERG/ 731 LEX) wrote: > This is the revised version of my patch incorporating the provided feedback > from Patrick Palka and Jonathan Wakely. > This patch fixes GCC Bug 108760: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108760 > I moved out_value_res

[PATCH v2] libstdc++: Fix std::ranges::iota not included in numeric [PR108760]

2024-05-17 Thread Michael Levine (BLOOMBERG/ 731 LEX)
This is the revised version of my patch incorporating the provided feedback from Patrick Palka and Jonathan Wakely. This patch fixes GCC Bug 108760: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108760 I moved out_value_result to , moved std::ranges:iota into , removed my new test, and moved an