tmp/tmpnoc411sm/{from.md → to.md}
RENAMED
|
@@ -213,11 +213,11 @@ template<class charT, class traits>
|
|
| 213 |
|
| 214 |
*Effects:* Equivalent to:
|
| 215 |
|
| 216 |
``` cpp
|
| 217 |
return os << (wd.ok() ?
|
| 218 |
-
format(os.getloc(), STATICALLY-WIDEN<charT>("{:%a}"), wd) :
|
| 219 |
format(os.getloc(), STATICALLY-WIDEN<charT>("{} is not a valid weekday"),
|
| 220 |
static_cast<unsigned>(wd.wd_)));
|
| 221 |
```
|
| 222 |
|
| 223 |
``` cpp
|
|
|
|
| 213 |
|
| 214 |
*Effects:* Equivalent to:
|
| 215 |
|
| 216 |
``` cpp
|
| 217 |
return os << (wd.ok() ?
|
| 218 |
+
format(os.getloc(), STATICALLY-WIDEN<charT>("{:L%a}"), wd) :
|
| 219 |
format(os.getloc(), STATICALLY-WIDEN<charT>("{} is not a valid weekday"),
|
| 220 |
static_cast<unsigned>(wd.wd_)));
|
| 221 |
```
|
| 222 |
|
| 223 |
``` cpp
|