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 cc32269 commit 521de93Copy full SHA for 521de93
source/threads.tex
@@ -3863,7 +3863,9 @@
3863
additional atomic operations appropriate to pointer types.
3864
3865
\pnum
3866
-The program is ill-formed if is_always_lock_free is false and is_volatile_v<T> is true.
+The program is ill-formed
3867
+if \tcode{is_always_lock_free} is \tcode{false} and
3868
+\tcode{is_volatile_v<T>} is \tcode{true}.
3869
3870
\begin{codeblock}
3871
namespace std {
@@ -3942,7 +3944,7 @@
3942
3944
3943
3945
3946
\mandates
-\tcode{remove_pointer_t<pointer-type>} is a complete object type.
3947
+\tcode{remove_pointer_t<\placeholder{pointer-type}>} is a complete object type.
3948
3949
3950
\effects
0 commit comments