Skip to content

Commit 32b158e

Browse files
committed
Close 3064 as Resolved by CWG 453
1 parent 8314446 commit 32b158e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

xml/issue3064.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="3064" status="New">
4+
<issue num="3064" status="Resolved">
55
<title>How do uninitialized memory algorithms obtain pointer without undefined behavior?</title>
66
<section><sref ref="[specialized.algorithms]"/></section>
77
<submitter>Alisdair Meredith</submitter>
@@ -36,6 +36,13 @@ function as casting a pointer to <tt>void*</tt> in order to get the address of t
3636
</p>
3737

3838
<note>2018-02-20, Priority set to 3 after mailing list discussion</note>
39+
<note>2024-11-28 Status changed: New &rarr; Resolved.</note>
40+
<p>
41+
Resolved by
42+
<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#453"
43+
title='References may only bind to “valid” objects'>CWG 453</a>,
44+
accepted as a DR in March 2024.
45+
</p>
3946
</discussion>
4047

4148
<resolution>

0 commit comments

Comments
 (0)