Move Constructor Syntax

Kagamin spam at here.lot
Wed Oct 9 10:59:15 UTC 2024


On Wednesday, 9 October 2024 at 06:46:52 UTC, Sönke Ludwig wrote:
> Otherwise it would be sufficient to simply introduce a way to 
> prohibit moving a type and avoid the pile of complications and 
> implications of move constructors

Prohibition of moving would look nicely as
```
@disable @move this();
```


More information about the Digitalmars-d mailing list