From Jason Turner

[iostreams.requirements]

Diff to HTML by rtfpessoa

tmp/tmp0a2g5mvr/{from.md → to.md} RENAMED
@@ -40,13 +40,13 @@ as noted explicitly below, their behavior when `traits::pos_type` and
40
  `pos_type` denotes `fpos<mbstate_t>`, and `off_type` denotes
41
  `streamoff`. — *end note*]
42
 
43
  In the classes of [[input.output]], a template parameter with name
44
  `charT` represents a member of the set of types containing `char`,
45
- `wchar_t`, and any other *implementation-defined* character types that
46
- meet the requirements for a character on which any of the iostream
47
- components can be instantiated.
48
 
49
  ### Thread safety <a id="iostreams.threadsafety">[[iostreams.threadsafety]]</a>
50
 
51
  Concurrent access to a stream object
52
  [[string.streams]], [[file.streams]], stream buffer object
 
40
  `pos_type` denotes `fpos<mbstate_t>`, and `off_type` denotes
41
  `streamoff`. — *end note*]
42
 
43
  In the classes of [[input.output]], a template parameter with name
44
  `charT` represents a member of the set of types containing `char`,
45
+ `wchar_t`, and any other *implementation-defined* character container
46
+ types [[defns.character.container]] that meet the requirements for a
47
+ character on which any of the iostream components can be instantiated.
48
 
49
  ### Thread safety <a id="iostreams.threadsafety">[[iostreams.threadsafety]]</a>
50
 
51
  Concurrent access to a stream object
52
  [[string.streams]], [[file.streams]], stream buffer object