So you're saying this does compile for you, with -release? struct S( ) { version(assert) bool isValid = false; void foo() { assert(isValid); } } It certainly does not for me.
As a matter of fact, yes. Yes I am. Are you using 2.061 ?
So you're saying this does compile for you, with -release? struct S( ) { version(assert) bool isValid = false; void foo() { assert(isValid); } } It certainly does not for me.
As a matter of fact, yes. Yes I am. Are you using 2.061 ?