We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6512d97 commit 013e01fCopy full SHA for 013e01f
source/atomics.tex
@@ -81,7 +81,7 @@
81
bool atomic_compare_exchange_strong(@\textit{atomic-type}@*, T*, T) noexcept;
82
bool atomic_compare_exchange_weak_explicit(volatile @\textit{atomic-type}@*, T*, T,
83
memory_order, memory_order) noexcept;
84
- bool atomic_compare_exchange_weak_explicit(@\textit{atomic-type}@*, T*, T.
+ bool atomic_compare_exchange_weak_explicit(@\textit{atomic-type}@*, T*, T,
85
86
bool atomic_compare_exchange_strong_explicit(volatile @\textit{atomic-type}@*, T*, T,
87
0 commit comments