this post was submitted on 17 Sep 2024
34 points (94.7% liked)

C++

1718 readers
20 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] kSPvhmTOlwvMd7Y7E@programming.dev 3 points 1 day ago (1 children)

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

[โ€“] Tamo240@programming.dev 4 points 23 hours ago* (last edited 12 hours 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.