lysdexic@programming.devM to C++@programming.devEnglish · 5 months agoP2996R4 - Reflection for C++26isocpp.orgexternal-linkmessage-square3fedilinkarrow-up111arrow-down10
arrow-up111arrow-down1external-linkP2996R4 - Reflection for C++26isocpp.orglysdexic@programming.devM to C++@programming.devEnglish · 5 months agomessage-square3fedilink
minus-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·5 months ago No requires(requires(... No decltype((auto)) No noexcept(noexcept(... To be fair, it’s quite an advancement considering what I was expecting. Just about my only question is why the return is a string and not a `string_view``.
To be fair, it’s quite an advancement considering what I was expecting.
Just about my only question is why the return is a
string
and not a `string_view``.