[Issue 7397] New: [Regression] std.path.buildPath can't be used with string[]
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 29 14:46:55 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7397
Summary: [Regression] std.path.buildPath can't be used with
string[]
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: dawg at dawgfoto.de
--- Comment #0 from dawg at dawgfoto.de 2012-01-29 14:46:54 PST ---
void buildPath(C)(const(C)[][] paths...)
{
}
void foo()
{
string[] ary = ["a", "b"];
buildPath(ary);
}
----
Introduced by fix to dmd issue 4251:
http://d.puremagic.com/issues/show_bug.cgi?id=4251
https://github.com/D-Programming-Language/dmd/commit/d3cd1bf6db3689fb16c8f97572ae8bbf92ec9df7
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list