/* */ are comments.
Or what do you mean?
-----Ursprüngliche Nachricht-----
Von: 李 秋逸 via Std-Proposals <std-proposals@lists.isocpp.org>
Gesendet: Sa 19.04.2025 20:46
Betreff: [std-proposals] [floating an idea]Allow construct basic_string_view from any contiguous_range of charT
An: std-proposals@lists.isocpp.org;
CC: 李 秋逸 <QiuyiLi1023@outlook.com>;
The code below is an error, that is strange.string str = /* ... */;auto vw = str|split('.')|transform([](string_view sv){/* ... */});-- Std-Proposals mailing list Std-Proposals@lists.isocpp.org https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals