Should this compile?

tchaloupka via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Aug 26 12:21:21 PDT 2015


On Tuesday, 25 August 2015 at 18:29:08 UTC, Vladimir Panteleev 
wrote:
>
> I think this is a bug, but is easily worked around with:
>
> auto test(string a) {
>     return .test(a, "b");
> }
>

Thanks, this worked.
Filled it: https://issues.dlang.org/show_bug.cgi?id=14965


More information about the Digitalmars-d-learn mailing list