Skip to content

Commit fc9818b

Browse files
authored
[util.smartptr.atomic] Add cross-reference to <memory> header (#5207)
1 parent b345505 commit fc9818b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/atomics.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,6 +2735,9 @@
27352735
\pnum
27362736
The library provides partial specializations of the \tcode{atomic} template
27372737
for shared-ownership smart pointers\iref{smartptr}.
2738+
\begin{note}
2739+
The partial specializations are declared in header \libheaderref{memory}.
2740+
\end{note}
27382741
The behavior of all operations is as specified in \ref{atomics.types.generic},
27392742
unless specified otherwise.
27402743
The template parameter \tcode{T} of these partial specializations

0 commit comments

Comments
 (0)