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
12 changes: 3 additions & 9 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3705,15 +3705,9 @@
the swappable with requirements\iref{swappable.requirements}.
The exception for overloaded operators allows argument-dependent lookup
in cases like that of
\tcode{ostream_iterator::operator=}\iref{ostream.iterator.ops}:

\effects
\begin{codeblock}
*@\textit{out_stream}@ << value;
if (@\textit{delim}@ != 0)
*@\textit{out_stream}@ << @\textit{delim}@;
return *this;
\end{codeblock}
\tcode{ostream_iterator::operator=}\iref{ostream.iterator.ops}
where lookup for the expression \tcode{*out_stream << value}
includes the associated namespaces of \tcode{value}'s type.
\end{note}

\rSec3[member.functions]{Member functions}
Expand Down