headers from v1.31.5
This commit is contained in:
@@ -43,6 +43,13 @@ public:
|
||||
*/
|
||||
Path(const char* pathname);
|
||||
|
||||
/**
|
||||
* Creates a new path with the specified pathname.
|
||||
*
|
||||
* @param pathname a pathname string view
|
||||
*/
|
||||
Path(std::string_view pathname);
|
||||
|
||||
/**
|
||||
* Creates a new path with the specified pathname.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user