tmp/tmppt84ex23/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
##### Virtual functions <a id="facet.ctype.char.virtuals">[[facet.ctype.char.virtuals]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
char do_toupper(char) const;
|
| 5 |
const char* do_toupper(char* low, const char* high) const;
|
| 6 |
char do_tolower(char) const;
|
|
|
|
| 1 |
+
###### Virtual functions <a id="facet.ctype.char.virtuals">[[facet.ctype.char.virtuals]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
char do_toupper(char) const;
|
| 5 |
const char* do_toupper(char* low, const char* high) const;
|
| 6 |
char do_tolower(char) const;
|