Skip to content

Commit

Permalink
Fix another clang build error
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed Oct 16, 2024
1 parent a2f0d9a commit de48d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MemorySearch/PatternPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

template <typename StrongTypeAlias>
struct UnpackStrongTypeAlias {
using type = StrongTypeAlias::Type;
using type = typename StrongTypeAlias::Type;
};

template <std::size_t N>
Expand Down

0 comments on commit de48d7a

Please sign in to comment.