mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 02:09:52 +08:00
fs_path.hpp
This commit is contained in:
parent
c4d25b2a2c
commit
94b96cf623
|
@ -85,5 +85,14 @@ namespace fs
|
|||
{
|
||||
return (base_ + suffix_);
|
||||
}
|
||||
|
||||
static
|
||||
inline
|
||||
std::string
|
||||
make(const std::string *base_,
|
||||
const std::string &suffix_)
|
||||
{
|
||||
return (*base_ + suffix_);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user