tmp/tmpa0dfwwnf/{from.md → to.md}
RENAMED
|
@@ -5,11 +5,11 @@ functions for the character container type `C`; `c` and `d` denote
|
|
| 5 |
values of type `C`; `p` and `q` denote values of type `const C*`; `s`
|
| 6 |
denotes a value of type `C*`; `n`, `i` and `j` denote values of type
|
| 7 |
`size_t`; `e` and `f` denote values of type `X::int_type`; `pos` denotes
|
| 8 |
a value of type `X::pos_type`; and `r` denotes an lvalue of type `C`. No
|
| 9 |
expression which is part of the character traits requirements specified
|
| 10 |
-
in
|
| 11 |
|
| 12 |
The class template
|
| 13 |
|
| 14 |
``` cpp
|
| 15 |
template<class charT> struct char_traits;
|
|
|
|
| 5 |
values of type `C`; `p` and `q` denote values of type `const C*`; `s`
|
| 6 |
denotes a value of type `C*`; `n`, `i` and `j` denote values of type
|
| 7 |
`size_t`; `e` and `f` denote values of type `X::int_type`; `pos` denotes
|
| 8 |
a value of type `X::pos_type`; and `r` denotes an lvalue of type `C`. No
|
| 9 |
expression which is part of the character traits requirements specified
|
| 10 |
+
in [[char.traits.require]] shall exit via an exception.
|
| 11 |
|
| 12 |
The class template
|
| 13 |
|
| 14 |
``` cpp
|
| 15 |
template<class charT> struct char_traits;
|