Strange error when importing std.regex

Dmitry Olshansky dmitry.olsh at gmail.com
Wed Jun 12 10:12:05 PDT 2013


12-Jun-2013 17:28, bearophile пишет:
> Temtaime:
>
>> How i can avoid this?
>
> You have to qualify where the function comes from. One way to do it is
> to use:
>

There is no ambiguity, 1 is not a Regex object but it seems like 
template constraint in std.regex blows up.

@Temtaime please file a bug on this.
http://d.puremagic.com/issues/
> std.algorithm.splitter(arr, 1);
>
> Bye,
> bearophile


-- 
Dmitry Olshansky


More information about the Digitalmars-d-learn mailing list