tmp/tmp7gpc_8yg/{from.md → to.md}
RENAMED
|
@@ -35,11 +35,11 @@ namespace std {
|
|
| 35 |
void open(const string& s,
|
| 36 |
ios_base::openmode mode = ios_base::in|ios_base::out);
|
| 37 |
void close();
|
| 38 |
|
| 39 |
private:
|
| 40 |
-
basic_filebuf<charT,traits> sb; // exposition
|
| 41 |
};
|
| 42 |
|
| 43 |
template <class charT, class traits>
|
| 44 |
void swap(basic_fstream<charT, traits>& x,
|
| 45 |
basic_fstream<charT, traits>& y);
|
|
|
|
| 35 |
void open(const string& s,
|
| 36 |
ios_base::openmode mode = ios_base::in|ios_base::out);
|
| 37 |
void close();
|
| 38 |
|
| 39 |
private:
|
| 40 |
+
basic_filebuf<charT,traits> sb; // exposition only
|
| 41 |
};
|
| 42 |
|
| 43 |
template <class charT, class traits>
|
| 44 |
void swap(basic_fstream<charT, traits>& x,
|
| 45 |
basic_fstream<charT, traits>& y);
|