Fix macos build

This commit is contained in:
Pengfei
2021-07-06 17:40:04 +08:00
parent be5701b7ee
commit c614131c81
+1 -1
View File
@@ -130,7 +130,7 @@ struct FullHeaderInternal2<void> {
} // namespace detail
template <typename Preheader = void>
using FullHeader = detail::FullHeaderInternal2<Preheader>::Type;
using FullHeader = typename detail::FullHeaderInternal2<Preheader>::Type;
template <typename T, typename Preheader = void,
typename DirectoryEntryType = DirectoryEntryTableEntry,