From Jason Turner

[char.traits]

Diff to HTML by rtfpessoa

tmp/tmpnvynprf6/{from.md → to.md} RENAMED
@@ -30,11 +30,11 @@ functions for the character container type `C`; `c` and `d` denote
30
  values of type `C`; `p` and `q` denote values of type `const C*`; `s`
31
  denotes a value of type `C*`; `n`, `i` and `j` denote values of type
32
  `size_t`; `e` and `f` denote values of type `X::int_type`; `pos` denotes
33
  a value of type `X::pos_type`; and `r` denotes an lvalue of type `C`. No
34
  expression which is part of the character traits requirements specified
35
- in this subclause [[char.traits.require]] shall exit via an exception.
36
 
37
  The class template
38
 
39
  ``` cpp
40
  template<class charT> struct char_traits;
 
30
  values of type `C`; `p` and `q` denote values of type `const C*`; `s`
31
  denotes a value of type `C*`; `n`, `i` and `j` denote values of type
32
  `size_t`; `e` and `f` denote values of type `X::int_type`; `pos` denotes
33
  a value of type `X::pos_type`; and `r` denotes an lvalue of type `C`. No
34
  expression which is part of the character traits requirements specified
35
+ in [[char.traits.require]] shall exit via an exception.
36
 
37
  The class template
38
 
39
  ``` cpp
40
  template<class charT> struct char_traits;