Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@
\end{footnote}

\pnum
Whenever an unqualified name is used
Whenever an unqualified name other than \tcode{swap} is used
in the specification of a declaration \tcode{D}
in \ref{\firstlibchapter} through \ref{\lastlibchapter} or \ref{depr},
its meaning is established
Expand All @@ -946,6 +946,9 @@
Operators in expressions\iref{over.match.oper} are not so constrained;
see \ref{global.functions}.
\end{note}
The meaning of the unqualified name \tcode{swap} is established
in an overload resolution context
for swappable values\iref{swappable.requirements}.

\rSec3[headers]{Headers}

Expand Down