tmp/tmpoc_n1bkj/{from.md → to.md}
RENAMED
|
@@ -45,11 +45,11 @@ namespace std {
|
|
| 45 |
virtual pos_type seekpos(pos_type sp,
|
| 46 |
ios_base::openmode which
|
| 47 |
= ios_base::in | ios_base::out);
|
| 48 |
|
| 49 |
private:
|
| 50 |
-
ios_base::openmode mode; // exposition
|
| 51 |
};
|
| 52 |
|
| 53 |
template <class charT, class traits, class Allocator>
|
| 54 |
void swap(basic_stringbuf<charT, traits, Allocator>& x,
|
| 55 |
basic_stringbuf<charT, traits, Allocator>& y);
|
|
|
|
| 45 |
virtual pos_type seekpos(pos_type sp,
|
| 46 |
ios_base::openmode which
|
| 47 |
= ios_base::in | ios_base::out);
|
| 48 |
|
| 49 |
private:
|
| 50 |
+
ios_base::openmode mode; // exposition only
|
| 51 |
};
|
| 52 |
|
| 53 |
template <class charT, class traits, class Allocator>
|
| 54 |
void swap(basic_stringbuf<charT, traits, Allocator>& x,
|
| 55 |
basic_stringbuf<charT, traits, Allocator>& y);
|