Importing both core.thread and std.regex results in a conflict as both define a Thread type.

Perhaps the regex module's author assumed there'd be no clash since it's a template - Thread(DataIndex). Should I file a bug suggesting a name change? Or maybe D ought to allow both parameterised and normal types to have the same name - C# for example allows it.

Reply via email to