mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
parent
977e5d6284
commit
e5bbc754e7
@ -1309,7 +1309,7 @@ struct has_d_type<T, decltype((void)T::d_type, 0)> : std::true_type {};
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
GHC_INLINE file_type file_type_from_dirent_impl(const T&, std::false_type)
|
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>
|
template <typename T>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user