From Jason Turner

[locale.ctype.virtuals]

Diff to HTML by rtfpessoa

tmp/tmp1poybntr/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- ##### `ctype` virtual functions <a id="locale.ctype.virtuals">[[locale.ctype.virtuals]]</a>
2
 
3
  ``` cpp
4
  bool do_is(mask m, charT c) const;
5
  const charT* do_is(const charT* low, const charT* high, mask* vec) const;
6
  ```
@@ -72,11 +72,11 @@ value or sequence of `char` values to the corresponding `charT` value or
72
  values.[^5]
73
 
74
  The only characters for which unique transformations are required are
75
  those in the basic character set [[lex.charset]].
76
 
77
- For any named `ctype` category with a `ctype<charT>` facet `ctc` and
78
  valid `ctype_base::mask` value `M`,
79
  `(ctc.is(M, c) || !is(M, do_widen(c)) )` is `true`.[^6]
80
 
81
  The second form transforms each character `*p` in the range \[`low`,
82
  `high`), placing the result in `dest[p - low]`.
 
1
+ ###### `ctype` virtual functions <a id="locale.ctype.virtuals">[[locale.ctype.virtuals]]</a>
2
 
3
  ``` cpp
4
  bool do_is(mask m, charT c) const;
5
  const charT* do_is(const charT* low, const charT* high, mask* vec) const;
6
  ```
 
72
  values.[^5]
73
 
74
  The only characters for which unique transformations are required are
75
  those in the basic character set [[lex.charset]].
76
 
77
+ For any named `ctype` category with a `ctype<char>` facet `ctc` and
78
  valid `ctype_base::mask` value `M`,
79
  `(ctc.is(M, c) || !is(M, do_widen(c)) )` is `true`.[^6]
80
 
81
  The second form transforms each character `*p` in the range \[`low`,
82
  `high`), placing the result in `dest[p - low]`.