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 f15587f commit e6edf12Copy full SHA for e6edf12
xml/issue4309.xml
@@ -50,7 +50,7 @@ total order <i>S</i> since they are both `memory_order::seq_cst` operations. How
50
the second sentence does not apply to them. So, what's the order of them in <i>S</i>? Is the order of them in
51
<i>S</i> unspecified?
52
<p/>
53
-<b>Suggestion Resolution:</b>
+<b>Suggested Resolution:</b>
54
55
We may want to say the order of such operations is indeterminate in the single total order. That is,
56
either <i>A</i> precedes <i>B</i> or <i>B</i> precedes <i>A</i>, but it is unspecified which.
0 commit comments