Skip to content

Commit af48b06

Browse files
Dawn Perchikzygoloid
authored andcommitted
[atomics.types.generic] Added reference to [atomics.types.operations] in synopsis
1 parent bbb4626 commit af48b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/atomics.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,7 @@
15421542
bool is_lock_free() const volatile noexcept;
15431543
bool is_lock_free() const noexcept;
15441544

1545+
// \ref{atomics.types.operations}, operations on atomic types
15451546
constexpr atomic() noexcept(is_nothrow_default_constructible_v<T>);
15461547
constexpr atomic(T) noexcept;
15471548
atomic(const atomic&) = delete;

0 commit comments

Comments
 (0)