On Mon, 20 Jan 2025, Jonathan Wakely wrote:
>
>
> On Monday, 20 January 2025, Patrick Palka wrote:
> > On Sun, 19 Jan 2025, Giuseppe D'Angelo wrote:
> >
> >> Hi,
> >>
> >> the attached patch fixes PR118185 (mentioned in the earlier thread about
> >> 118160). Tested on x86-64 Linux.
> >>
> >> Th
On Monday, 20 January 2025, Patrick Palka wrote:
> On Sun, 19 Jan 2025, Giuseppe D'Angelo wrote:
>
>> Hi,
>>
>> the attached patch fixes PR118185 (mentioned in the earlier thread about
>> 118160). Tested on x86-64 Linux.
>>
>> Thanks,
>> --
>> Giuseppe D'Angelo
>>
>
>> Subject: [PATCH] libstdc++:
On Sun, 19 Jan 2025, Giuseppe D'Angelo wrote:
> Hi,
>
> the attached patch fixes PR118185 (mentioned in the earlier thread about
> 118160). Tested on x86-64 Linux.
>
> Thanks,
> --
> Giuseppe D'Angelo
>
> Subject: [PATCH] libstdc++: perfectly forward std::ranges::clamp arguments
>
> As repor