Revert non-compiling change.
This commit is contained in:
parent
20558e4416
commit
fae7d3e93d
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
Contains routines for high level path handling.
|
||||
|
||||
Copyright: © 2012-2017 RejectedSoftware e.K.
|
||||
Copyright: © 2012-2018 Sönke Ludwig
|
||||
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
|
||||
Authors: Sönke Ludwig
|
||||
*/
|
||||
|
@ -384,7 +384,7 @@ struct GenericPath(F) {
|
|||
single-element range.
|
||||
*/
|
||||
this(Segment segment)
|
||||
nothrow {
|
||||
{
|
||||
import std.range : only;
|
||||
this(only(segment));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue