Piotr Tworek e748efacd8 reconstructible: Fix alignas specifier placement.
Alignas should be placed before the type. Placing it after it works for
GCC, but fails when building the same codee with clang. The error
message is:

reconstructible.h:48:27: error: 'alignas' attribute cannot be applied to types
    char _space[sizeof(MT)] alignas(sizeof(addr_t));
                            ^
Issue #4298
2021-10-15 15:45:52 +02:00
..
2021-05-28 14:16:45 +02:00
2019-02-19 11:12:11 +01:00
2019-01-07 12:33:56 +01:00
2021-01-25 13:58:10 +01:00
2017-03-15 12:32:24 +01:00
2020-08-25 11:50:10 +02:00