Skip to content

Commit 6847238

Browse files
jwakelytkoeppe
authored andcommitted
[input.streams.general],[output.streams.general] describe contents more accurately
Class templates are not types. Function templates are not function signatures.
1 parent f4e8309 commit 6847238

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/iostreams.tex

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4212,8 +4212,9 @@
42124212
\rSec3[input.streams.general]{General}
42134213

42144214
\pnum
4215-
The header \libheader{istream} defines two types
4216-
and a function signature that control input from a stream buffer along with a function template that extracts from stream rvalues.
4215+
The header \libheader{istream} defines two class templates
4216+
and a function template that control input from a stream buffer,
4217+
along with a function template that extracts from stream rvalues.
42174218

42184219
\rSec3[istream]{Class template \tcode{basic_istream}}
42194220

@@ -5811,9 +5812,9 @@
58115812
\rSec3[output.streams.general]{General}
58125813

58135814
\pnum
5814-
The header \libheader{ostream} defines a type
5815-
and several function signatures that control output to a
5816-
stream buffer along with a function template that inserts into stream rvalues.
5815+
The header \libheader{ostream} defines a class template
5816+
and several function templates that control output to a stream buffer,
5817+
along with a function template that inserts into stream rvalues.
58175818

58185819
\rSec3[ostream]{Class template \tcode{basic_ostream}}
58195820

0 commit comments

Comments
 (0)