We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b34ffc commit 69e16e1Copy full SHA for 69e16e1
xml/issue4472.xml
@@ -1,7 +1,7 @@
1
<?xml version='1.0' encoding='utf-8' standalone='no'?>
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
4
-<issue num="4472" status="New">
+<issue num="4472" status="Ready">
5
<title><tt>std::atomic_ref<const T></tt> can be constructed from temporaries</title>
6
<section><sref ref="[atomics.ref.generic]"/></section>
7
<submitter>Jiang An</submitter>
@@ -19,6 +19,9 @@ well-formed with the undesired semantics when it is well-formed to instantiate
19
construction calls the conversion function and creates a temporary object. Probably it's better
20
to disallow such reference binding.
21
</p>
22
+
23
+<note>2025-12-05; LWG telecon. Moved to Ready</note>
24
25
</discussion>
26
27
<resolution>
0 commit comments