This commit is contained in:
q66 2016-09-06 19:55:17 +02:00
parent d31101d85e
commit 7f2e5f67d4

View file

@ -1370,7 +1370,7 @@ namespace detail {
struct AlignedUnionBase {
static constexpr Size alignment_value = AlignMax<alignof(T)...>;
struct type {
struct Type {
alignas(alignment_value) byte data[AlignMax<N, sizeof(T)...>];
};
};