Note about variant

Jonathan M Davis jmdavisProg at gmx.com
Sun Oct 9 00:13:29 PDT 2011


Part of your problem may be that D doesn't use copy constructors. Rather, it 
has postblit constructors:

http://d-programming-language.org/struct.html#StructPostblit

- Jonathan M Davis


More information about the Digitalmars-d mailing list