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
6c4b43c29e
commit
e1b05cff4b
|
@ -52,7 +52,7 @@ public:
|
|||
nonstd::optional<std::string> rv;
|
||||
|
||||
auto func =
|
||||
[&](const nonstd::optional<std::string> &v_)
|
||||
[&](const std::string &v_)
|
||||
{
|
||||
rv = v_;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user