Classes and @disable this()

fra via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Feb 8 08:22:35 PST 2015


I just realized that you cannot define a disabled "default" 
constructor for classes: writing code like this will give a 
linker error

class Something
{


More information about the Digitalmars-d-learn mailing list