Y
Hacker News
new
|
ask
|
show
|
jobs
by
amw-zero
1933 days ago
What's funny is the move toward value types as trendy right now, meanwhile 10 years ago I was writing copy constructors in C++ to control the value semantics of values.
1 comments
arximboldi
1933 days ago
Yes, I agree! However, I think move semantics and standardization of RVO/Copy Elission have been crucial to make value-semantics work at scale.
link