mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 17:57:41 +08:00
policy_cache.hpp
This commit is contained in:
parent
ef91f2f627
commit
426f45b839
|
@ -41,7 +41,7 @@ public:
|
|||
insert(std::string const &key_,
|
||||
std::string &val_)
|
||||
{
|
||||
auto i = _cache.begin();
|
||||
auto i = std::begin(_cache);
|
||||
|
||||
_cache.insert_or_assign(key_,val_);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user