Created on 2024-01-12.00:00:00 last changed 2 weeks ago
Proposed resolution:
This wording is relative to N4971.
Modify [depr.c.macros] as indicated:
-1- The header <stdalign.h> has the following macros:
#define __alignas_is_defined 1 #define __alignof_is_defined 1
[ 2024-10-22; Note: this should have been handled by LWG 2241 but that issue was closed as Resolved without properly resolving it. ]
[ Tokyo 2024-03-23; Status changed: Voting → WP. ]
[ 2024-03-12; Reflector poll ]
Set status to Tentatively Ready after seven votes in favour during reflector poll.
Currently [stdalign.h.syn] states
The contents of the C++ header <stdalign.h> are the same as the C standard library header <stdalign.h>, with the following changes: The header <stdalign.h> does not define a macro named alignas.
See also: ISO/IEC 9899:2018, 7.15
which implicitly specifies that __alignof_is_defined is also provided in C++, because C17 specified that the macro is provided in <stdaligh.h>.
However, there's no explicit mentioning of __alignof_is_defined in the C++ standard wording. And [depr.c.macros]/1 (added by LWG 3827) seemingly contradicts with [stdalign.h.syn] and only makes __alignas_is_defined deprecated. It seems that we should explicitly mention __alignof_is_defined in [depr.c.macros] at this moment.History | |||
---|---|---|---|
Date | User | Action | Args |
2024-11-01 10:04:47 | admin | set | messages: + msg14445 |
2024-04-02 10:29:12 | admin | set | messages: + msg14044 |
2024-04-02 10:29:12 | admin | set | status: voting -> wp |
2024-03-18 09:32:04 | admin | set | status: ready -> voting |
2024-03-12 00:50:28 | admin | set | messages: + msg13992 |
2024-03-12 00:50:28 | admin | set | status: new -> ready |
2024-01-14 07:43:07 | admin | set | messages: + msg13916 |
2024-01-12 00:00:00 | admin | create |