Date: Mon, 8 Jun 2026 13:21:27 +0100
On Mon, Jun 8, 2026 at 1:11 AM Alejandro Colomar wrote:
>
> Also, keeping a struct K that is not packed is going to be error prone.
> One might use struct J thinking it's also packed.
struct K_unpacked { . . . };
typedef< std::unaligned > K_unpacked K;
> Have a lovely night!
It's a little after noon where I am.
>
> Also, keeping a struct K that is not packed is going to be error prone.
> One might use struct J thinking it's also packed.
struct K_unpacked { . . . };
typedef< std::unaligned > K_unpacked K;
> Have a lovely night!
It's a little after noon where I am.
Received on 2026-06-08 12:21:40
