Error about @disabled constructor when there is a custom one

deadalnix deadalnix at gmail.com
Wed Jan 23 02:48:34 PST 2013


On Wednesday, 23 January 2013 at 10:28:05 UTC, Simen Kjaeraas 
wrote:
>> NonNull!T bar = something;
>> foo(move(bar));
>> bar; // bar is null \o/
>
> Except it isn't.

move memcopy T.init . So it will be null.


More information about the Digitalmars-d mailing list