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

C++

1720 readers
19 users here now

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

Rules

founded 1 year ago
MODERATORS
34
submitted 2 days ago* (last edited 2 days ago) by cmeerw to c/cpp
you are viewing a single comment's thread
view the rest of the comments
[โ€“] kSPvhmTOlwvMd7Y7E 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 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.