Browse Source

fs_find_mount_point.hpp

inodecalc
Antonio SJ Musumeci 3 weeks ago
parent
commit
d0a5234a11
  1. 1
      src/fs_find_mount_point.hpp

1
src/fs_find_mount_point.hpp

@ -23,6 +23,5 @@
namespace fs namespace fs
{ {
typedef ECPath nonstd::expected<
ghc::filesystem::path find_mount_point(const ghc::filesystem::path &path); ghc::filesystem::path find_mount_point(const ghc::filesystem::path &path);
} }
Loading…
Cancel
Save