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 3443cd8 commit 14199aeCopy full SHA for 14199ae
source/threads.tex
@@ -3615,7 +3615,7 @@
3615
\pnum
3616
The program is ill-formed
3617
if \tcode{is_always_lock_free} is \tcode{false} and
3618
-\tcode{is_volatile_v<T>} is true.
+\tcode{is_volatile_v<T>} is \tcode{true}.
3619
3620
\begin{codeblock}
3621
namespace std {
@@ -3774,7 +3774,7 @@
3774
3775
3776
3777
-\tcode{if is_always_lock_free} is \tcode{false} and
+if \tcode{is_always_lock_free} is \tcode{false} and
3778
\tcode{is_volatile_v<T>} is \tcode{true}.
3779
3780
0 commit comments