C++ Logo

std-proposals

Advanced search

Re: [std-proposals] [[packed]] std::unaligned (Paper Attached)

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Sun, 24 Dec 2023 18:28:31 +0000
On Sun, Dec 24, 2023 at 6:19 PM Frederick Virchanza Gotham
<cauldwell.thomas_at_[hidden]> wrote:
>
> I've thrown together a first draft for a paper on 'std::unaligned'.
> You can download it from here:
>
> https://virjacode.com/papers/unaligned_latest.pdf
>
> And also the PDF is attached to this email.
>
> Latest GodBolt: https://godbolt.org/z/erKz6fhha


My GodBolt was missing the 'return *this;' at the end of two of the
assignment operators:

Corrected GodBolt: https://godbolt.org/z/4o6WP4hGb

Received on 2023-12-24 18:28:15