Skip to content

Commit 309fdca

Browse files
committed
Set 4321 to Tentatively NAD
1 parent d3470de commit 309fdca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

xml/issue4321.xml

Lines changed: 7 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="4321" status="New">
4+
<issue num="4321" status="Tentatively NAD">
55
<title>How are evaluations occurring within a store and a load operation ordered where the store synchronized with the load</title>
66
<section>
77
<sref ref="[atomics.types.operations]"/>
@@ -71,6 +71,12 @@ For example, if `v.store()` happens-before <i>E</i>, then all evaluations occurr
7171
happen-before <i>E</i>. As well, `v.store(...)` synchronizes with `v.load(...)`, then all evaluations
7272
occurring within `v.store(...)` synchronize with all evaluations occurring within `v.load(...)`.
7373
</p>
74+
75+
<note>2025-10-23; Reflector poll; Status changed: New &rarr; Tentatively NAD.</note>
76+
<p>
77+
The load/store functions invocations participate in happens-before as
78+
atomic (indivisible) units.
79+
</p>
7480
</discussion>
7581

7682
<resolution>

0 commit comments

Comments
 (0)