Re: [PATCH v3] libstdc++: implement concatenation of strings and string_views

2024-10-09 Thread Patrick Palka
On Sat, 21 Sep 2024, Giuseppe D'Angelo wrote: > On 31/07/2024 00:19, Jonathan Wakely wrote: > > One more thing that I missed last time, sorry: > > > > +#if __glibcxx_string_view >= 202403L > > + // const string & + string_view > > + template > > +_GLIBCXX_NODISCARD _GLIBCXX20_CONSTEXPR > >

Re: [PATCH v3] libstdc++: implement concatenation of strings and string_views

2024-09-21 Thread Giuseppe D'Angelo
On 31/07/2024 00:19, Jonathan Wakely wrote: One more thing that I missed last time, sorry: +#if __glibcxx_string_view >= 202403L + // const string & + string_view + template +_GLIBCXX_NODISCARD _GLIBCXX20_CONSTEXPR +inline basic_string<_CharT, _Traits, _Alloc> +operator+(const basi