mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 12:03:59 +08:00
policy_cache.hpp
This commit is contained in:
parent
fc4d14e487
commit
db734db764
|
@ -46,12 +46,12 @@ public:
|
|||
}
|
||||
|
||||
const
|
||||
std::string
|
||||
nonstd::optional<std::string>
|
||||
find(char const *key_)
|
||||
{
|
||||
nonstd::optional<std::string>
|
||||
std::string rv ;
|
||||
|
||||
rv = nullptr;
|
||||
auto func =
|
||||
[&](const auto &v)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user