Skip to content

Commit 7ca9d89

Browse files
committed
Move 4450 to Immediate
1 parent 6fe2aff commit 7ca9d89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/issue4450.xml

Lines changed: 3 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="4450" status="New">
4+
<issue num="4450" status="Immediate">
55
<title><tt>std::atomic_ref&lt;T&gt;::store_<i>key</i></tt> should be disabled for const `T`</title>
66
<section><sref ref="[atomics.ref.int]"/></section>
77
<submitter>Jonathan Wakely</submitter>
@@ -14,6 +14,8 @@
1414
The new <tt>store_<i>key</i></tt> functions modify the object,
1515
so it can't be const.
1616
</p>
17+
18+
<note>Kona 2025-11-05; approved by LWG. Status changed: New &rarr; Immediate.</note>
1719
</discussion>
1820

1921
<resolution>

0 commit comments

Comments
 (0)