Strange error when importing std.regex
bearophile
bearophileHUGS at lycos.com
Wed Jun 12 06:28:17 PDT 2013
Temtaime:
> How i can avoid this?
You have to qualify where the function comes from. One way to do
it is to use:
std.algorithm.splitter(arr, 1);
Bye,
bearophile
More information about the Digitalmars-d-learn
mailing list