Skip to content

Commit a16be54

Browse files
committed
compat/function2: merge 496c20fede
cf. Naios/function2@496c20fede5378190f
1 parent 7f3edd7 commit a16be54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compat/function2.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,8 +1082,8 @@ struct internal_capacity {
10821082
/// Tag to access the structure in a type-safe way
10831083
data_accessor accessor_;
10841084
/// The internal capacity we use to allocate in-place
1085-
struct {
1086-
alignas(Capacity::alignment) unsigned char data[Capacity::capacity];
1085+
struct alignas(Capacity::alignment) {
1086+
unsigned char data[Capacity::capacity];
10871087
} capacity_;
10881088
} type;
10891089
};

0 commit comments

Comments
 (0)