[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: max_align_t fails with clang 6.1 on OS X 10.10
From: |
Werner LEMBERG |
Subject: |
Re: max_align_t fails with clang 6.1 on OS X 10.10 |
Date: |
Tue, 05 Sep 2017 09:41:38 +0200 (CEST) |
>> +} _gl_max_align_t;
>> +#define max_align_t _gl_max_align_t
>> #endif
>> # endif /* address@hidden@_STDDEF_H */
>> This one is not brittle and is not a big change. If Paul agrees, I
>> would commit this, and you (Werner) would not need to reorganize
>> your package's configuration.
>
> Sure, that works for me. Though I expect in the long run Werner
> will have to reorganize for some other reason.
Indeed, and I'm grateful for Bruno's instructions. However, it will
take time until I actually convince myself that it should be done :-)
I will report back if I have something working so that (a) you can
inspect it, and (b) other projects using C and C++ together can use
this as a template.
Werner