commit | bd082916b110c0c49e71bc83ff68dfd88bb8313a | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Thu Sep 11 10:16:30 2014 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Thu Sep 11 10:16:30 2014 -0400 |
tree | 5a1812c7916473114cb0d2cf93d5ddfaf5bd68b5 | |
parent | 5edbc6fe13e1e0f27e3d3a20f2582da476f74c4b [diff] |
fix C++ incompatibility in i386 definition of max_align_t the C11 _Alignas keyword is not present in C++, and despite it being in the reserved namespace and thus reasonable to support even in non-C11 modes, compilers seem to fail to support it.