diff --git a/source/vibe/core/path.d b/source/vibe/core/path.d index 5dcfaee..dae32fa 100644 --- a/source/vibe/core/path.d +++ b/source/vibe/core/path.d @@ -384,7 +384,7 @@ struct GenericPath(F) { single-element range. */ this(Segment segment) - { + nothrow { import std.range : only; this(only(segment)); }