Don Clugston <[email protected]> wrote: > The problem is in the Windows-only code in std.path, dirname(), line 426. > if (uint withWhat = s.endsWith(sep, altsep, drvsep)) > Don't know why it fails, though.
Filed a bug: - Static-to-dynamic converted manifest constant array gets non-converted type in static/constraint if http://d.puremagic.com/issues/show_bug.cgi?id=4866 The type of altsep was wrong in the constraint of endsWith(). Shin _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
