https://issues.dlang.org/show_bug.cgi?id=15027
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Martin Nowak <[email protected]> --- (In reply to Walter Bright from comment #5) > Or, (2) can be accomplished by overloading isDir() to accept string > arguments. But this implies adding an overload to every function that > accepts an InputRange. This is out of the question. What's the problem with that? It's rather good to precompile the common template instantiations into phobos. --
