cm0002@lemmy.world to Programmer Humor@programming.dev · 19 days agoLow effort memelemmy.worldexternal-linkmessage-square16fedilinkarrow-up137arrow-down17
arrow-up130arrow-down1external-linkLow effort memelemmy.worldcm0002@lemmy.world to Programmer Humor@programming.dev · 19 days agomessage-square16fedilink
minus-squareaaaaaaaaargh@feddit.orglinkfedilinkarrow-up12·19 days agoWhat!? constexpr is one of the best additions to C++ ever since. And I do like auto even though I get why some folks can’t stand it.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1arrow-down3·18 days agoYeah, it’s so good that reality is flaking at the edges because of using constexpr auto x = whatever().
minus-squareaaaaaaaaargh@feddit.orglinkfedilinkarrow-up2·18 days agoWell… and what would be the meta templating equivalent to this statement?
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1arrow-down2·18 days ago Yeah, it’s so good that reality is flaking at the edges because of using <put your thing here>
What!? constexpr is one of the best additions to C++ ever since. And I do like auto even though I get why some folks can’t stand it.
Yeah, it’s so good that reality is flaking at the edges because of using
constexpr auto x = whatever()
.Well… and what would be the meta templating equivalent to this statement?