File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3350
3350
function that is not a POF, except that it may use
3351
3351
plain lock-free atomic operations.
3352
3352
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
3354
3354
member function, and either \placeholder {f} is the function
3355
3355
\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} .
3357
3357
All signal handlers shall have C linkage.
3358
3358
The behavior of any function other than a POF used as a signal handler in a
3359
3359
\Cpp program is \impldef {use of non-POF function as signal handler}.\footnote {In
You can’t perform that action at this time.
0 commit comments