We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267d31e commit 736a04dCopy full SHA for 736a04d
1 file changed
lib/vfs/vfs.h
@@ -16,6 +16,8 @@ class Path : public std::vector<std::string>
16
{
17
public:
18
Path() {}
19
+ Path(const std::vector<std::string>::const_iterator& begin,
20
+ const std::vector<std::string>::const_iterator& end);
21
Path(const std::vector<std::string> other);
22
Path(const std::string& text);
23
0 commit comments