lysdexic@programming.devM to C++@programming.devEnglish · 2 years agoP2996R4 - Reflection for C++26isocpp.orgexternal-linkmessage-square3linkfedilinkarrow-up111arrow-down10cross-posted to: hackernews@lemmy.smeargle.fans
arrow-up111arrow-down1external-linkP2996R4 - Reflection for C++26isocpp.orglysdexic@programming.devM to C++@programming.devEnglish · 2 years agomessage-square3linkfedilinkcross-posted to: hackernews@lemmy.smeargle.fans
minus-squarelambaliciouslinkfedilinkEnglisharrow-up1·2 years 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
stringand not a `string_view``.