From Jason Turner

[locale.category]

Diff to HTML by rtfpessoa

tmp/tmpvun9hwoh/{from.md → to.md} RENAMED
@@ -91,16 +91,16 @@ The provided implementation of members of facets `num_get<charT>` and
91
  `num_put<charT>` calls `use_facet <F> (l)` only for facet `F` of types
92
  `numpunct<charT>` and `ctype<charT>`, and for locale `l` the value
93
  obtained by calling member `getloc()` on the `ios_base&` argument to
94
  these functions.
95
 
96
- In declarations of facets, a template formal parameter with name
97
  `InputIterator` or `OutputIterator` indicates the set of all possible
98
  specializations on parameters that satisfy the requirements of an Input
99
  Iterator or an Output Iterator, respectively (
100
- [[iterator.requirements]]). A template formal parameter with name `C`
101
  represents the set of types containing `char`, `wchar_t`, and any other
102
  implementation-defined character types that satisfy the requirements for
103
  a character on which any of the iostream components can be instantiated.
104
- A template formal parameter with name `International` represents the set
105
- of all possible specializations on a bool parameter.
106
 
 
91
  `num_put<charT>` calls `use_facet <F> (l)` only for facet `F` of types
92
  `numpunct<charT>` and `ctype<charT>`, and for locale `l` the value
93
  obtained by calling member `getloc()` on the `ios_base&` argument to
94
  these functions.
95
 
96
+ In declarations of facets, a template parameter with name
97
  `InputIterator` or `OutputIterator` indicates the set of all possible
98
  specializations on parameters that satisfy the requirements of an Input
99
  Iterator or an Output Iterator, respectively (
100
+ [[iterator.requirements]]). A template parameter with name `C`
101
  represents the set of types containing `char`, `wchar_t`, and any other
102
  implementation-defined character types that satisfy the requirements for
103
  a character on which any of the iostream components can be instantiated.
104
+ A template parameter with name `International` represents the set of all
105
+ possible specializations on a bool parameter.
106