Is the -property compiler flag broken/bad idea?

Namespace rswhite4 at googlemail.com
Wed Jun 5 14:01:16 PDT 2013


And what if I like to write a property getter?

@property
float x() const pure nothrow { ... }

@property
void x(float x) { ... }

This should still be possible, otherwise you will not convince me.


More information about the Digitalmars-d-learn mailing list