All Questions
Tagged with pass-by-rvalue-reference c++23
1 question
5
votes
1
answer
273
views
(c++23 implicit move) Returning the moved local storage variable as an rvalue ref with only parenthesisses?
Regarding the proposal "Simpler implicit move" (P2266R1), I'm not sure if I understand this new "move-eligible" things correctly.
Please correct these points if incorrect:
[LIVE]
...