Skip to content

Commit 803121f

Browse files
author
Stefanus Du Toit
committed
N3910 Formatting fixes.
1 parent 73f85cf commit 803121f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3350,10 +3350,10 @@
33503350
function that is not a POF, except that it may use
33513351
plain lock-free atomic operations.
33523352
A \term{plain lock-free atomic operation} is an invocation of a function
3353-
\placeholder{f} from clause~\ref{atomics}, such that \placeholder{f} is not a
3353+
\placeholder{f} from Clause~\ref{atomics}, such that \placeholder{f} is not a
33543354
member function, and either \placeholder{f} is the function
33553355
\tcode{atomic_is_lock_free}, or for every atomic argument \tcode{A} passed to
3356-
\placeholder{f}, \tcode{atomic_is_lock_free(A)} yields true.
3356+
\placeholder{f}, \tcode{atomic_is_lock_free(A)} yields \tcode{true}.
33573357
All signal handlers shall have C linkage.
33583358
The behavior of any function other than a POF used as a signal handler in a
33593359
\Cpp program is \impldef{use of non-POF function as signal handler}.\footnote{In

0 commit comments

Comments
 (0)