Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 10 Sep 2014 17:22:20 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: _Alignas in i386/bits/alltypes.h.in

_Alignas usage in the definition of max_align_t
is visible in stddef.h when __cplusplus >= 201103L

there should be a

 #if __cplusplus >= 201103L
 #define _Alignas alignas
 #endif

somewhere, or use alignas ifdef __cpluslpus in alltypes

it may be reasonable to define _Alignas and _Noreturn
in features.h to the c++11 equivalents in c++ mode

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.