-profile

bearophile bearophileHUGS at lycos.com
Fri Jun 7 14:39:25 PDT 2013


Anthony Goins:

> Simple question is why?

I am compiling this code with -profile, and I don't see errors:


import std.string: balancedParens;
void main() {
     assert(balancedParens("[[]]", '[', ']'));
}


Bye,
bearophile


More information about the Digitalmars-d-learn mailing list