On 10/23/24 2:41 PM, Jonathan Wakely wrote:
On Wed, 23 Oct 2024 at 16:02, Jason Merrill wrote:
On 10/23/24 10:39 AM, Jonathan Wakely wrote:
The __alignas_is_defined macro has been required by C++ since C++11, and
C++ Library DR 4036 clarified that __alignof_is_defined should be
defined too.
On Wed, 23 Oct 2024 at 19:44, Jonathan Wakely wrote:
>
> On Wed, 23 Oct 2024 at 19:41, Jonathan Wakely wrote:
> >
> > On Wed, 23 Oct 2024 at 16:02, Jason Merrill wrote:
> > >
> > > Should there also/instead be a test with ?
> >
> > We don't usually (or ever?) bother to test the .h versions of he
On Wed, 23 Oct 2024 at 19:41, Jonathan Wakely wrote:
>
> On Wed, 23 Oct 2024 at 16:02, Jason Merrill wrote:
> >
> > Should there also/instead be a test with ?
>
> We don't usually (or ever?) bother to test the .h versions of headers.
> For these ones that are deprecated it probably makes sense to
On Wed, 23 Oct 2024 at 16:02, Jason Merrill wrote:
>
> On 10/23/24 10:39 AM, Jonathan Wakely wrote:
> > The __alignas_is_defined macro has been required by C++ since C++11, and
> > C++ Library DR 4036 clarified that __alignof_is_defined should be
> > defined too.
> >
> > The macros alignas and ali
On 10/23/24 10:39 AM, Jonathan Wakely wrote:
The __alignas_is_defined macro has been required by C++ since C++11, and
C++ Library DR 4036 clarified that __alignof_is_defined should be
defined too.
The macros alignas and alignof should not be defined, as they're
keywords in C++.
Technically it's
The __alignas_is_defined macro has been required by C++ since C++11, and
C++ Library DR 4036 clarified that __alignof_is_defined should be
defined too.
The macros alignas and alignof should not be defined, as they're
keywords in C++.
Technically it's implementation-defined whether __STDC_VERSION_