From 81e45851c19da214bf85daa4d0c4e7e66236554c Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 2 Jun 2026 12:33:47 +0100 Subject: [PATCH] [global.functions] remove Effects: element inside note --- source/lib-intro.tex | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index de00b5b2f8..99420d7c6d 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -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}