tmp/tmp5a6856ly/{from.md → to.md}
RENAMED
|
@@ -24,8 +24,8 @@ explicit basic_istringstream(
|
|
| 24 |
basic_istringstream(basic_istringstream&& rhs);
|
| 25 |
```
|
| 26 |
|
| 27 |
*Effects:* Move constructs from the rvalue `rhs`. This is accomplished
|
| 28 |
by move constructing the base class, and the contained
|
| 29 |
-
`basic_stringbuf`. Next `basic_istream<charT,traits>::set_rdbuf(&sb)`
|
| 30 |
-
called to install the contained `basic_stringbuf`.
|
| 31 |
|
|
|
|
| 24 |
basic_istringstream(basic_istringstream&& rhs);
|
| 25 |
```
|
| 26 |
|
| 27 |
*Effects:* Move constructs from the rvalue `rhs`. This is accomplished
|
| 28 |
by move constructing the base class, and the contained
|
| 29 |
+
`basic_stringbuf`. Next `basic_istream<charT, traits>::set_rdbuf(&sb)`
|
| 30 |
+
is called to install the contained `basic_stringbuf`.
|
| 31 |
|