lysdexic@programming.devM to C++@programming.devEnglish · 8 months agoP2996R4 - Reflection for C++26isocpp.orgexternal-linkmessage-square3fedilinkarrow-up111arrow-down10cross-posted to: hackernews@lemmy.smeargle.fans
arrow-up111arrow-down1external-linkP2996R4 - Reflection for C++26isocpp.orglysdexic@programming.devM to C++@programming.devEnglish · 8 months agomessage-square3fedilinkcross-posted to: hackernews@lemmy.smeargle.fans
minus-squarelambaliciouslinkfedilinkEnglisharrow-up1·8 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``.