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 44c5220 commit b139f04Copy full SHA for b139f04
source/lib-intro.tex
@@ -921,7 +921,7 @@
921
\end{footnote}
922
923
\pnum
924
-Whenever an unqualified name is used
+Whenever an unqualified name other than \tcode{swap} is used
925
in the specification of a declaration \tcode{D}
926
in \ref{\firstlibchapter} through \ref{\lastlibchapter} or \ref{depr},
927
its meaning is established
@@ -940,6 +940,9 @@
940
Operators in expressions\iref{over.match.oper} are not so constrained;
941
see \ref{global.functions}.
942
\end{note}
943
+The meaning of the unqualified name \tcode{swap} is established
944
+in an overload resolution context
945
+for swappable values\iref{swappable.requirements}.
946
947
\rSec3[headers]{Headers}
948
0 commit comments