@property Incorrectly Implemented?

Meta via Digitalmars-d digitalmars-d at puremagic.com
Wed Sep 7 10:08:17 PDT 2016


An easy way around this would be to disallow taking the address 
of a property at all. Sure it introduces a disparity between 
properties and real member variables, but that's surely worth all 
the confusion that might be caused otherwise. Is it even that 
common to take the address of a member variable of an aggregate 
outside low-level code?


More information about the Digitalmars-d mailing list