diff --git a/ostd/type_traits.hh b/ostd/type_traits.hh index 029372b..c806f0b 100644 --- a/ostd/type_traits.hh +++ b/ostd/type_traits.hh @@ -1370,7 +1370,7 @@ namespace detail { struct AlignedUnionBase { static constexpr Size alignment_value = AlignMax; - struct type { + struct Type { alignas(alignment_value) byte data[AlignMax]; }; };