Baldur Nil@programming.dev to C++@programming.devEnglish · 1 year agoNew C++ features in GCC 13 | Red Hat Developerdevelopers.redhat.comexternal-linkmessage-square3fedilinkarrow-up112arrow-down10
arrow-up112arrow-down1external-linkNew C++ features in GCC 13 | Red Hat Developerdevelopers.redhat.comBaldur Nil@programming.dev to C++@programming.devEnglish · 1 year agomessage-square3fedilink
minus-squaregolvok@lemmy.worldlinkfedilinkEnglisharrow-up3·1 year agoYay! The static_assert(false) thing was resolved as no longer ifndr.
minus-squaregracicot@programming.devlinkfedilinkEnglisharrow-up1·1 year agoIMO this change is more useful than I thought. Anybody knows if it’s implemented in Clang too?
minus-squaregolvok@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoI saw a commit for it, but I don’t think it’s released… So “the next one” probably. Same story with applying to all modes. More details on my answer here.
Yay! The
static_assert(false)
thing was resolved as no longer ifndr.IMO this change is more useful than I thought. Anybody knows if it’s implemented in Clang too?
I saw a commit for it, but I don’t think it’s released… So “the next one” probably. Same story with applying to all modes. More details on my answer here.