Browse Source

fs_find_mount_point.hpp

inodecalc
Antonio SJ Musumeci 1 month ago
parent
commit
d28a63c9f5
  1. 1
      DEPENDENCIES
  2. 2
      src/fs_find_mount_point.hpp

1
DEPENDENCIES

@ -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

2
src/fs_find_mount_point.hpp

@ -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…
Cancel
Save