Skip to content

Commit 76142d0

Browse files
committed
Add note to 4036 and cross-reference to 2241
1 parent 0ae7747 commit 76142d0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

xml/issue4036.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ Currently <sref ref="[stdalign.h.syn]"/> states
1414
</p>
1515
<blockquote style="border-left: 3px solid #ccc;padding-left: 15px;">
1616
<p>
17-
The contents of the C++ header <tt>&lt;stdalign.h&gt;</tt> are the same as the C standard library header
18-
<tt>&lt;stdalign.h&gt;</tt>, with the following changes: The header <tt>&lt;stdalign.h&gt;</tt> does not
17+
The contents of the C++ header <tt>&lt;stdalign.h&gt;</tt> are the same as the C standard library header
18+
<tt>&lt;stdalign.h&gt;</tt>, with the following changes: The header <tt>&lt;stdalign.h&gt;</tt> does not
1919
define a macro named <tt>alignas</tt>.
2020
<p/>
2121
<span style="font-variant: small-caps">See also</span>: ISO/IEC 9899:2018, 7.15
2222
</p>
2323
</blockquote>
2424
<p>
25-
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
2626
specified that the macro is provided in <tt>&lt;stdaligh.h&gt;</tt>.
2727
<p/>
28-
However, there's no explicit mentioning of <tt>__alignof_is_defined</tt> in the C++ standard wording.
29-
And <sref ref="[depr.c.macros]"/>/1 (added by LWG <iref ref="3827"/>) seemingly contradicts with
28+
However, there's no explicit mentioning of <tt>__alignof_is_defined</tt> in the C++ standard wording.
29+
And <sref ref="[depr.c.macros]"/>/1 (added by LWG <iref ref="3827"/>) seemingly contradicts with
3030
<sref ref="[stdalign.h.syn]"/> and only makes <tt>__alignas_is_defined</tt> deprecated.
3131
<p/>
32-
It seems that we should explicitly mention <tt>__alignof_is_defined</tt> in <sref ref="[depr.c.macros]"/>
32+
It seems that we should explicitly mention <tt>__alignof_is_defined</tt> in <sref ref="[depr.c.macros]"/>
3333
at this moment.
3434
</p>
3535

@@ -39,6 +39,9 @@ Set status to Tentatively Ready after seven votes in favour during reflector pol
3939
</p>
4040

4141
<note>Tokyo 2024-03-23; Status changed: Voting &rarr; WP.</note>
42+
43+
<note>2024-10-22; Note: this should have been handled by LWG <iref ref="2241"/> but that issue was closed as Resolved without properly resolving it.</note>
44+
4245
</discussion>
4346

4447
<resolution>

0 commit comments

Comments
 (0)