diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index d5347d60..1a98d16f 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -335,11 +335,11 @@ namespace FUSE open(const char *fusepath_, fuse_file_info_t *ffi_) { - pt.try_emplace_or_visit(fusepath_, - [](const PTMap::value_type &x_) - { - - }); + pt.insert_or_visit(fusepath_, + [](const PTMap::value_type &x_) + { + + });