You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which implicitly specifies that <tt>__alignof_is_defined</tt> is also provided in C++, because C17
25
+
which implicitly specifies that <tt>__alignof_is_defined</tt> is also provided in C++, because C17
26
26
specified that the macro is provided in <tt><stdaligh.h></tt>.
27
27
<p/>
28
-
However, there's no explicit mentioning of <tt>__alignof_is_defined</tt> in the C++ standard wording.
29
-
And <srefref="[depr.c.macros]"/>/1 (added by LWG <irefref="3827"/>) seemingly contradicts with
28
+
However, there's no explicit mentioning of <tt>__alignof_is_defined</tt> in the C++ standard wording.
29
+
And <srefref="[depr.c.macros]"/>/1 (added by LWG <irefref="3827"/>) seemingly contradicts with
30
30
<srefref="[stdalign.h.syn]"/> and only makes <tt>__alignas_is_defined</tt> deprecated.
31
31
<p/>
32
-
It seems that we should explicitly mention <tt>__alignof_is_defined</tt> in <srefref="[depr.c.macros]"/>
32
+
It seems that we should explicitly mention <tt>__alignof_is_defined</tt> in <srefref="[depr.c.macros]"/>
33
33
at this moment.
34
34
</p>
35
35
@@ -39,6 +39,9 @@ Set status to Tentatively Ready after seven votes in favour during reflector pol
39
39
</p>
40
40
41
41
<note>Tokyo 2024-03-23; Status changed: Voting → WP.</note>
42
+
43
+
<note>2024-10-22; Note: this should have been handled by LWG <irefref="2241"/> but that issue was closed as Resolved without properly resolving it.</note>
0 commit comments