RE: [PATCH][libstdc++]: backport inline keyword on std::find

2025-01-10 Thread Tamar Christina
> -Original Message- > From: Jonathan Wakely > Sent: Friday, January 10, 2025 2:36 PM > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd ; libstd...@gcc.gnu.org > Subject: Re: [PATCH][libstdc++]: backport inline keyword on std::find > > On Fri, 10

Re: [PATCH][libstdc++]: backport inline keyword on std::find

2025-01-10 Thread Jonathan Wakely
On Fri, 10 Jan 2025 at 14:32, Tamar Christina wrote: > > Hi All, > > This is a backport version of the same patch as > https://gcc.gnu.org/pipermail/gcc-patches/2024-December/671618.html > > for the release branches. I'd like to backport this to GCC 14,13 and 12 where > the first regression showe

[PATCH][libstdc++]: backport inline keyword on std::find

2025-01-10 Thread Tamar Christina
Hi All, This is a backport version of the same patch as https://gcc.gnu.org/pipermail/gcc-patches/2024-December/671618.html for the release branches. I'd like to backport this to GCC 14,13 and 12 where the first regression showed up. I am however aware that GCC 12 is going to get it's last rele