mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 22:14:05 +08:00
from_string.cpp
This commit is contained in:
parent
9531a36235
commit
59e260f532
@ -128,4 +128,13 @@ namespace str
|
||||
{
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
int
|
||||
from(const std::string &value_,
|
||||
ghc::filesystem::path *path_)
|
||||
{
|
||||
*path_ = value_;
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user