We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d22d4 commit f3ab334Copy full SHA for f3ab334
source/lib-intro.tex
@@ -927,7 +927,7 @@
927
\end{footnote}
928
929
\pnum
930
-Whenever an unqualified name is used
+Whenever an unqualified name other than \tcode{swap} is used
931
in the specification of a declaration \tcode{D}
932
in \ref{\firstlibchapter} through \ref{\lastlibchapter} or \ref{depr},
933
its meaning is established
@@ -946,6 +946,9 @@
946
Operators in expressions\iref{over.match.oper} are not so constrained;
947
see \ref{global.functions}.
948
\end{note}
949
+The meaning of the unqualified name \tcode{swap} is established
950
+in an overload resolution context
951
+for swappable values\iref{swappable.requirements}.
952
953
\rSec3[headers]{Headers}
954
0 commit comments