Skip to content

Commit 4f91482

Browse files
committed
update
1 parent 473afa7 commit 4f91482

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

issues/2871.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Core Issues List revision 114b.
1717
See http://www.open-std.org/jtc1/sc22/wg21/ for the official
1818
list.</EM></P>
19-
<P>2024-05-06</P>
19+
<P>2024-06-26</P>
2020
<HR>
2121
<A NAME="2871"></A><H4>2871.
2222

@@ -38,7 +38,7 @@
3838
<A HREF="https://github.com/cplusplus/CWG/issues/510">#510</A>.)</P>
3939

4040
<P>Subclause 11.4.5.2 [<A href="https://wg21.link/class.default.ctor#1">class.default.ctor</A>] paragraph 1 does not, but
41-
should, consider user-declared constructor templaets.</P>
41+
should, consider user-declared constructor templates.</P>
4242

4343
<P><B>Proposed resolution (approved by CWG 2024-04-05):</B></P>
4444

issues/2875.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Core Issues List revision 114b.
1717
See http://www.open-std.org/jtc1/sc22/wg21/ for the official
1818
list.</EM></P>
19-
<P>2024-06-24</P>
19+
<P>2024-06-26</P>
2020
<HR>
2121
<A NAME="2875"></A><H4>2875.
2222

@@ -56,9 +56,10 @@
5656
<BLOCKQUOTE class="ins">
5757

5858
<B>Affected subclause:</B> 7.6.2.2 [<A href="https://wg21.link/expr.unary.op">expr.unary.op</A>]<BR>
59-
<B>Change:</B> Taking the address of a dereferenced null or past-the-end pointer value
60-
is well-defined in C (and yields the original pointer value),
61-
but results in undefined behavior in C++.
59+
<B>Change:</B> In certain contexts, taking the address of a
60+
dereferenced null or past-the-end pointer value is well-defined in C
61+
(and yields the original pointer value), but results in undefined
62+
behavior in C++.
6263
For example:
6364
<PRE>
6465
void f() {

0 commit comments

Comments
 (0)