@cmeerw@programming.dev to C++@programming.devEnglish • edit-22 months agoThe empire of C++ strikes back with Safe C++ blueprintwww.theregister.comexternal-linkmessage-square39fedilinkarrow-up138arrow-down12cross-posted to: programming@programming.devhackernews@lemmy.bestiver.se
arrow-up136arrow-down1external-linkThe empire of C++ strikes back with Safe C++ blueprintwww.theregister.com@cmeerw@programming.dev to C++@programming.devEnglish • edit-22 months agomessage-square39fedilinkcross-posted to: programming@programming.devhackernews@lemmy.bestiver.se
minus-square@kSPvhmTOlwvMd7Y7E@programming.devlinkfedilink5•2 months agoI don’t understand why this is called a “subset”, while clearly containing new syntax A subset would be understood by older compilers, this is a superset
minus-square@Tamo240@programming.devlinkfedilink7•edit-22 months ago The goal of this proposal is to advance a superset of C++ with a rigorously safe subset. The subset is of the proposed syntax superset. Reason being because the superset also contains explicitly unsafe syntax similar to rust.
I don’t understand why this is called a “subset”, while clearly containing new syntax
A subset would be understood by older compilers, this is a superset
The subset is of the proposed syntax superset. Reason being because the superset also contains explicitly unsafe syntax similar to rust.