File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' standalone =' no' ?>
2
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
3
4
- <issue num =" 3064" status =" New " >
4
+ <issue num =" 3064" status =" Resolved " >
5
5
<title >How do uninitialized memory algorithms obtain pointer without undefined behavior?</title >
6
6
<section ><sref ref =" [specialized.algorithms]" /></section >
7
7
<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
36
36
</p >
37
37
38
38
<note >2018-02-20, Priority set to 3 after mailing list discussion</note >
39
+ <note >2024-11-28 Status changed: New → 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 >
39
46
</discussion >
40
47
41
48
<resolution >
You can’t perform that action at this time.
0 commit comments