bug in foreach continue

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Mar 16 18:41:47 PDT 2017


On Friday, 17 March 2017 at 01:34:52 UTC, Hussien wrote:
> Seems like continue needs to be static aware.

That's not a bug, pragma is triggered when the code is 
*compiled*, not when it is run. The code is compiled, even if it 
is skipped over by a continue.


More information about the Digitalmars-d-learn mailing list