tmp/tmpqievod4e/{from.md → to.md}
RENAMED
|
@@ -4,13 +4,13 @@
|
|
| 4 |
namespace std {
|
| 5 |
template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>>
|
| 6 |
class basic_osyncstream : public basic_ostream<charT, traits> {
|
| 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 |
using allocator_type = Allocator;
|
| 15 |
using streambuf_type = basic_streambuf<charT, traits>;
|
| 16 |
using syncbuf_type = basic_syncbuf<charT, traits, Allocator>;
|
|
|
|
| 4 |
namespace std {
|
| 5 |
template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>>
|
| 6 |
class basic_osyncstream : public basic_ostream<charT, traits> {
|
| 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 |
using allocator_type = Allocator;
|
| 15 |
using streambuf_type = basic_streambuf<charT, traits>;
|
| 16 |
using syncbuf_type = basic_syncbuf<charT, traits, Allocator>;
|