From Jason Turner

[iostreams.limits.pos]

Diff to HTML by rtfpessoa

tmp/tmpmktj0k7r/{from.md → to.md} RENAMED
@@ -4,11 +4,11 @@ The classes of Clause  [[input.output]] with template arguments `charT`
4
  and `traits` behave as described if `traits::pos_type` and
5
  `traits::off_type` are `streampos` and `streamoff` respectively. Except
6
  as noted explicitly below, their behavior when `traits::pos_type` and
7
  `traits::off_type` are other types is *implementation-defined*.
8
 
9
- In the classes of Clause  [[input.output]], a template formal parameter
10
- with name `charT` represents a member of the set of types containing
11
- `char`, `wchar_t`, and any other implementation-defined character types
12
- that satisfy the requirements for a character on which any of the
13
- iostream components can be instantiated.
14
 
 
4
  and `traits` behave as described if `traits::pos_type` and
5
  `traits::off_type` are `streampos` and `streamoff` respectively. Except
6
  as noted explicitly below, their behavior when `traits::pos_type` and
7
  `traits::off_type` are other types is *implementation-defined*.
8
 
9
+ In the classes of Clause  [[input.output]], a template parameter with
10
+ name `charT` represents a member of the set of types containing `char`,
11
+ `wchar_t`, and any other implementation-defined character types that
12
+ satisfy the requirements for a character on which any of the iostream
13
+ components can be instantiated.
14