tmp/tmpgf56dj6a/{from.md → to.md}
RENAMED
|
@@ -129,7 +129,7 @@ void f(basic_ios<charT, traits>& str, const struct tm* tmb, const charT* fmt) {
|
|
| 129 |
str.setstate(ios_base::badbit);
|
| 130 |
}
|
| 131 |
```
|
| 132 |
|
| 133 |
The expression `out << put_time(tmb, fmt)` shall have type
|
| 134 |
-
`
|
| 135 |
|
|
|
|
| 129 |
str.setstate(ios_base::badbit);
|
| 130 |
}
|
| 131 |
```
|
| 132 |
|
| 133 |
The expression `out << put_time(tmb, fmt)` shall have type
|
| 134 |
+
`basic_ostream<charT, traits>&` and value `out`.
|
| 135 |
|