this post was submitted on 25 Nov 2023
29 points (96.8% 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
[โ€“] Specialpatrol@feddit.uk 3 points 9 months ago (1 children)

Cpp should have done ref by default and had & for copy, but here we are.

[โ€“] lysdexic@programming.dev 1 points 9 months ago

Cpp should have done ref by default and had & for copy, but here we are.

That would defeat the goal of making it backwards-compatible with C.