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

2024-07-30 Thread Jonathan Wakely
On Tue, 30 Jul 2024 at 14:08, Jonathan Wakely wrote: > > On Tue, 30 Jul 2024 at 08:31, Giuseppe D'Angelo > wrote: > > > > Hello! > > > > The attached patch implements adds support for P2591R5 in libstdc++ > > (concatenation of strings and string_views, approved in Tokyo for C++26). > > Thanks for

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

2024-07-30 Thread Jonathan Wakely
On Tue, 30 Jul 2024 at 08:31, Giuseppe D'Angelo wrote: > > Hello! > > The attached patch implements adds support for P2591R5 in libstdc++ > (concatenation of strings and string_views, approved in Tokyo for C++26). Thanks for this patch as well. This was on my TODO list so I'll be happy to not hav

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

2024-07-30 Thread Giuseppe D'Angelo
e: Tue, 30 Jul 2024 08:57:13 +0200 Subject: [PATCH] libstdc++: implement concatenation of strings and string_views This adds support for P2591R5, merged for C++26. libstdc++-v3/ChangeLog: * include/bits/basic_string.h: Implement the four operator+ overloads between basic_string and (types conv