Skip to content

Commit

Permalink
refs #142, fix tests
Browse files Browse the repository at this point in the history
Took 2 minutes
  • Loading branch information
gulrak committed Apr 2, 2022
1 parent 977e5d6 commit e5bbc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ghc/filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ struct has_d_type<T, decltype((void)T::d_type, 0)> : std::true_type {};
template <typename T>
GHC_INLINE file_type file_type_from_dirent_impl(const T&, std::false_type)
{
return file_type::unknown;
return file_type::none;
}

template <typename T>
Expand Down

0 comments on commit e5bbc75

Please sign in to comment.