Defer addition of template until we need it for ranges.

This commit is contained in:
Steven Schveighoffer 2017-05-17 08:32:43 -04:00 committed by GitHub
parent e50531d921
commit fabf19affc

View file

@ -2319,7 +2319,7 @@ private bool ensureDirExists()(in char[] pathname)
* Throws: $(D FileException) on error.
*/
void mkdirRecurse()(in char[] pathname)
void mkdirRecurse(in char[] pathname) @safe
{
import std.path : dirName, baseName;