We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3edd7 commit a16be54Copy full SHA for a16be54
compat/function2.hpp
@@ -1082,8 +1082,8 @@ struct internal_capacity {
1082
/// Tag to access the structure in a type-safe way
1083
data_accessor accessor_;
1084
/// The internal capacity we use to allocate in-place
1085
- struct {
1086
- alignas(Capacity::alignment) unsigned char data[Capacity::capacity];
+ struct alignas(Capacity::alignment) {
+ unsigned char data[Capacity::capacity];
1087
} capacity_;
1088
} type;
1089
};
0 commit comments