https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122727
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to M Welinder from comment #0) > (the explicit construction of a string from a string_view is C++'s fault for > not defining an appropriate operator+) That was fixed by: commit 813afa280cc130d6d01a4b8294db19965956a3f9 Author: Giuseppe D'Angelo AuthorDate: Tue Jul 30 19:09:12 2024 Commit: Jonathan Wakely <[email protected]> CommitDate: Fri Oct 25 10:23:56 2024 libstdc++: implement concatenation of strings and string_views This adds support for P2591R5, merged for C++26.
