Skip to content

Commit 69e16e1

Browse files
committed
Move to 4472 to Ready
1 parent 4b34ffc commit 69e16e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

xml/issue4472.xml

Lines changed: 4 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="4472" status="New">
4+
<issue num="4472" status="Ready">
55
<title><tt>std::atomic_ref&lt;const T&gt;</tt> can be constructed from temporaries</title>
66
<section><sref ref="[atomics.ref.generic]"/></section>
77
<submitter>Jiang An</submitter>
@@ -19,6 +19,9 @@ well-formed with the undesired semantics when it is well-formed to instantiate
1919
construction calls the conversion function and creates a temporary object. Probably it's better
2020
to disallow such reference binding.
2121
</p>
22+
23+
<note>2025-12-05; LWG telecon. Moved to Ready</note>
24+
2225
</discussion>
2326

2427
<resolution>

0 commit comments

Comments
 (0)