imports in functions

KennyTM~ kennytm at gmail.com
Mon Jun 13 13:55:11 PDT 2011


On Jun 14, 11 03:55, Andrej Mitrovic wrote:
> Btw, it's disappointing that I can't call split with a separator at
> compile-time:
>
> enum result = split("bla, bla");  // ok
> enum result = split("bla, bla", ",");  // nope

That's due to (at least) http://d.puremagic.com/issues/show_bug.cgi?id=4047.


More information about the Digitalmars-d mailing list