cm0002@lemmy.world to Programmer Humor@programming.dev · 23 hours agoLow effort memelemmy.worldimagemessage-square17linkfedilinkarrow-up1100arrow-down19
arrow-up191arrow-down1imageLow effort memelemmy.worldcm0002@lemmy.world to Programmer Humor@programming.dev · 23 hours agomessage-square17linkfedilink
minus-squareaaaaaaaaargh@feddit.orglinkfedilinkarrow-up20·21 hours 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-up0arrow-down2·12 hours agoYeah, it’s so good that reality is flaking at the edges because of using constexpr auto x = whatever().
minus-squareaaaaaaaaargh@feddit.orglinkfedilinkarrow-up1·8 hours agoWell… and what would be the meta templating equivalent to this statement?
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·2 hours 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?