Skip to content

Commit 59c89e0

Browse files
committed
Set 4309 to Tentatively NAD
1 parent 4a4bbd2 commit 59c89e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

xml/issue4309.xml

Lines changed: 6 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="4309" status="New">
4+
<issue num="4309" status="Tentatively NAD">
55
<title>How are two `seq_cst` operations ordered in the single total order if these two operations are unsequenced?</title>
66
<section>
77
<sref ref="[atomics.order]"/>
@@ -55,6 +55,11 @@ the second sentence does not apply to them. So, what's the order of them in <i>S
5555
We may want to say the order of such operations is indeterminate in the single total order. That is,
5656
either <i>A</i> precedes <i>B</i> or <i>B</i> precedes <i>A</i>, but it is unspecified which.
5757
</p>
58+
59+
<note>2025-10-23; Reflector poll; Status changed: New &rarr; Tentatively NAD.</note>
60+
<p>
61+
As functions calls laods as at least indeterminately sequenced.
62+
</p>
5863
</discussion>
5964

6065
<resolution>

0 commit comments

Comments
 (0)