mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 14:04:05 +08:00
to_string.cpp
This commit is contained in:
parent
2b1fa62c07
commit
3b133eadbe
@ -55,4 +55,10 @@ namespace str
|
||||
{
|
||||
return s_;
|
||||
}
|
||||
|
||||
std::string
|
||||
to(const ghc::filesystem::path &path_)
|
||||
{
|
||||
return path_.string();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user