8 Feb
2024
8 Feb
'24
12:56 p.m.
чт, 8 февр. 2024 г. в 15:39, Daniele Lupo via Boost
My two cents is that there are already a lot of strings and string_view implementation out there. Exposing this does not add anything, but adds only another type of string that must be handled.
The problem is that it has to be handled anyway, because it is used in the APIs of several Boost libraries. But currently the libraries essentially will have to pretend those are unrelated string_view types or reference an undocumented type from Core.