mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Defer addition of template until we need it for ranges.
This commit is contained in:
parent
e50531d921
commit
fabf19affc
1 changed files with 1 additions and 1 deletions
|
@ -2319,7 +2319,7 @@ private bool ensureDirExists()(in char[] pathname)
|
||||||
* Throws: $(D FileException) on error.
|
* Throws: $(D FileException) on error.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void mkdirRecurse()(in char[] pathname)
|
void mkdirRecurse(in char[] pathname) @safe
|
||||||
{
|
{
|
||||||
import std.path : dirName, baseName;
|
import std.path : dirName, baseName;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue