This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Define std::byte for C++17 (P0298R3)


On Thu, Mar 9, 2017 at 10:47 AM, Jonathan Wakely <jwakely@redhat.com> wrote:
> This is a new type for C++17, with no impact on anything in non-C++17
> dialects. This is intentionally only defined in <cstddef> and not
> <stddef.h>.

And this patch adds the aliasing semantics:

Tested x86_64-pc-linux-gnu, applying to trunk.

Attachment: byte-alias.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]