mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 22:14:05 +08:00
fs_find_mount_point.hpp
This commit is contained in:
parent
e9b394ea52
commit
d28a63c9f5
@ -9,3 +9,4 @@
|
||||
* fmt: https://github.com/fmtlib/fmt
|
||||
* concurrentqueue: https://github.com/cameron314/concurrentqueue
|
||||
* scope_guard: https://github.com/Neargye/scope_guard
|
||||
* expected-lite: https://github.com/martinmoene/expected-lite
|
||||
|
@ -19,8 +19,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "ghc/filesystem.hpp"
|
||||
#include "nonstd/expected.hpp"
|
||||
|
||||
namespace fs
|
||||
{
|
||||
typedef ECPath nonstd::expected<
|
||||
ghc::filesystem::path find_mount_point(const ghc::filesystem::path &path);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user