2016-11-09 14:52 GMT-03:00 Evan Gates <evan.ga...@gmail.com>: > On Wed, Nov 9, 2016 at 9:49 AM, <pranomes...@gmail.com> wrote: >> It's definitely not beautiful, and breaks with the naming conventions >> in order to avoid naming conflicts (uppercase names preceded by underscores >> and so on). > > This is handled with the new headers, e.g. stdalign.h has > #define alignas _Alignas > etc.
To avoid that new headers, coders can make use of their own macros and let the code with old naming conventions. All beautiful.