Re: [PATCH] libstdc++: perfectly forward std::ranges::clamp arguments

2025-01-20 Thread Patrick Palka
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

Re: [PATCH] libstdc++: perfectly forward std::ranges::clamp arguments

2025-01-20 Thread Jonathan Wakely
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++:

Re: [PATCH] libstdc++: perfectly forward std::ranges::clamp arguments

2025-01-20 Thread Patrick Palka
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