Move Constructor Syntax

RazvanN razvan.nitu1305 at gmail.com
Mon Oct 14 16:14:28 UTC 2024


On Monday, 14 October 2024 at 16:03:15 UTC, RazvanN wrote:

> overload set (__movector). That way, if we have __copyctor, 
> __movector and __ctor the compiler can reason on which one 
> should be called depending on the circumstances and thus 
> infinite loops can be avoided.
>

That doesn't fix the templated copy/move constructor issue, which 
the
new syntax will probably fix.


More information about the Digitalmars-d mailing list