lysdexicM to C++English · 10 months agoP2996R4 - Reflection for C++26isocpp.orgexternal-linkmessage-square3linkfedilinkarrow-up111arrow-down10
arrow-up111arrow-down1external-linkP2996R4 - Reflection for C++26isocpp.orglysdexicM to C++English · 10 months agomessage-square3linkfedilink
minus-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·10 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``.