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 6fe2aff commit 7ca9d89Copy full SHA for 7ca9d89
xml/issue4450.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="4450" status="New">
+<issue num="4450" status="Immediate">
5
<title><tt>std::atomic_ref<T>::store_<i>key</i></tt> should be disabled for const `T`</title>
6
<section><sref ref="[atomics.ref.int]"/></section>
7
<submitter>Jonathan Wakely</submitter>
@@ -14,6 +14,8 @@
14
The new <tt>store_<i>key</i></tt> functions modify the object,
15
so it can't be const.
16
</p>
17
+
18
+<note>Kona 2025-11-05; approved by LWG. Status changed: New → Immediate.</note>
19
</discussion>
20
21
<resolution>
0 commit comments