musl/include/stdalign.h, branch master musl - an implementation of the standard library for Linux-based systems add static_assert and hide noreturn, alignas, alignof from C++ 2014年08月27日T06:55:54+00:00 Szabolcs Nagy nsz@port70.net 2014年08月26日T15:42:15+00:00 70729de075bfe3138b05af91ecefcd5786bed5ac add static_assert and protect the other new C11 keyword macros with #ifndef __cplusplus so they don't conflict with C++ keywords.
add static_assert and protect the other new C11 keyword macros
with #ifndef __cplusplus so they don't conflict with C++ keywords.
implement "low hanging fruit" from C11 2012年08月26日T03:15:13+00:00 Rich Felker dalias@aerifal.cx 2012年08月26日T03:15:13+00:00 9bff7c133e73ecfb200614d7a7d386a164a1a61f based on Gregor's patch sent to the list. includes: - stdalign.h - removing gets in C11 mode - adding aligned_alloc and adjusting other functions to use it - adding 'x' flag to fopen for exclusive mode
based on Gregor's patch sent to the list. includes:
- stdalign.h
- removing gets in C11 mode
- adding aligned_alloc and adjusting other functions to use it
- adding 'x' flag to fopen for exclusive mode

AltStyle によって変換されたページ (->オリジナル) /