Move Constructor Syntax
Walter Bright
newshound2 at digitalmars.com
Sun Oct 6 04:08:58 UTC 2024
I forgot to mention, the C++ syntax is:
```
S(S&&)
```
so it is unambiguously distinguished at parse time.
More information about the Digitalmars-d
mailing list