tmp/tmpwvac363s/{from.md → to.md}
RENAMED
|
@@ -4,13 +4,13 @@
|
|
| 4 |
namespace std {
|
| 5 |
template<class charT, class traits = char_traits<charT>>
|
| 6 |
class basic_ios : public ios_base {
|
| 7 |
public:
|
| 8 |
using char_type = charT;
|
| 9 |
-
using int_type =
|
| 10 |
-
using pos_type =
|
| 11 |
-
using off_type =
|
| 12 |
using traits_type = traits;
|
| 13 |
|
| 14 |
// [iostate.flags], flags functions
|
| 15 |
explicit operator bool() const;
|
| 16 |
bool operator!() const;
|
|
|
|
| 4 |
namespace std {
|
| 5 |
template<class charT, class traits = char_traits<charT>>
|
| 6 |
class basic_ios : public ios_base {
|
| 7 |
public:
|
| 8 |
using char_type = charT;
|
| 9 |
+
using int_type = traits::int_type;
|
| 10 |
+
using pos_type = traits::pos_type;
|
| 11 |
+
using off_type = traits::off_type;
|
| 12 |
using traits_type = traits;
|
| 13 |
|
| 14 |
// [iostate.flags], flags functions
|
| 15 |
explicit operator bool() const;
|
| 16 |
bool operator!() const;
|