tmp/tmpd_1r0e4l/{from.md → to.md}
RENAMED
|
@@ -15,10 +15,10 @@ namespace std {
|
|
| 15 |
using wiostream = basic_iostream<wchar_t>;
|
| 16 |
|
| 17 |
template<class charT, class traits>
|
| 18 |
basic_istream<charT, traits>& ws(basic_istream<charT, traits>& is);
|
| 19 |
|
| 20 |
-
template<class
|
| 21 |
-
|
| 22 |
}
|
| 23 |
```
|
| 24 |
|
|
|
|
| 15 |
using wiostream = basic_iostream<wchar_t>;
|
| 16 |
|
| 17 |
template<class charT, class traits>
|
| 18 |
basic_istream<charT, traits>& ws(basic_istream<charT, traits>& is);
|
| 19 |
|
| 20 |
+
template<class Istream, class T>
|
| 21 |
+
Istream&& operator>>(Istream&& is, T&& x);
|
| 22 |
}
|
| 23 |
```
|
| 24 |
|