Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 013e01f

Browse filesBrowse files
jwakelyzygoloid
authored andcommitted
[atomics.syn] Replace comma with period
Reported by Stephan T. Lavavej. Fixes #340
1 parent 6512d97 commit 013e01f
Copy full SHA for 013e01f

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎source/atomics.tex

Copy file name to clipboardExpand all lines: source/atomics.tex
+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
bool atomic_compare_exchange_strong(@\textit{atomic-type}@*, T*, T) noexcept;
8282
bool atomic_compare_exchange_weak_explicit(volatile @\textit{atomic-type}@*, T*, T,
8383
memory_order, memory_order) noexcept;
84-
bool atomic_compare_exchange_weak_explicit(@\textit{atomic-type}@*, T*, T.
84+
bool atomic_compare_exchange_weak_explicit(@\textit{atomic-type}@*, T*, T,
8585
memory_order, memory_order) noexcept;
8686
bool atomic_compare_exchange_strong_explicit(volatile @\textit{atomic-type}@*, T*, T,
8787
memory_order, memory_order) noexcept;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.