Skip to content

Commit 7cc8e89

Browse files
jensmaurertkoeppe
authored andcommitted
[istream.extractors] Rename stable name 'istream::extractors' (#1001)
Fixes #271.
1 parent 947e6a6 commit 7cc8e89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iostreams.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -4239,7 +4239,7 @@
42394239
void swap(basic_istream& rhs);
42404240
};
42414241

4242-
// \ref{istream::extractors}, character extraction templates:
4242+
// \ref{istream.extractors}, character extraction templates:
42434243
template<class charT, class traits>
42444244
basic_istream<charT, traits>& operator>>(basic_istream<charT, traits>&,
42454245
charT&);
@@ -4677,7 +4677,7 @@
46774677
\end{codeblock}
46784678
\end{itemdescr}
46794679

4680-
\rSec4[istream::extractors]{\tcode{basic_istream::operator\shr}}
4680+
\rSec4[istream.extractors]{\tcode{basic_istream::operator\shr}}
46814681

46824682
\indexlibrarymember{operator\shr}{basic_istream}%
46834683
\begin{itemdecl}
@@ -7194,7 +7194,7 @@
71947194
and \tcode{traits}, respectively, then the expression
71957195
\tcode{in \shr\ quoted(s, delim, escape)} behaves as if it extracts the following
71967196
characters from \tcode{in} using
7197-
\tcode{basic_istream::operator\shr}~(\ref{istream::extractors})
7197+
\tcode{basic_istream::operator\shr}~(\ref{istream.extractors})
71987198
which may throw \tcode{ios_base::failure}\brk{}~(\ref{ios::failure}):
71997199
\begin{itemize}
72007200
\item If the first character extracted is equal to \tcode{delim}, as

0 commit comments

Comments
 (0)