tmp/tmp5le4klz0/{from.md → to.md}
RENAMED
|
@@ -57,11 +57,11 @@ template<class charT, class traits>
|
|
| 57 |
|
| 58 |
*Effects:* Equivalent to:
|
| 59 |
|
| 60 |
``` cpp
|
| 61 |
return os << (wd.ok() ?
|
| 62 |
-
format(os.getloc(), STATICALLY-WIDEN<charT>("{:%a}"), wd) :
|
| 63 |
format(os.getloc(), STATICALLY-WIDEN<charT>("{} is not a valid weekday"),
|
| 64 |
static_cast<unsigned>(wd.wd_)));
|
| 65 |
```
|
| 66 |
|
| 67 |
``` cpp
|
|
|
|
| 57 |
|
| 58 |
*Effects:* Equivalent to:
|
| 59 |
|
| 60 |
``` cpp
|
| 61 |
return os << (wd.ok() ?
|
| 62 |
+
format(os.getloc(), STATICALLY-WIDEN<charT>("{:L%a}"), wd) :
|
| 63 |
format(os.getloc(), STATICALLY-WIDEN<charT>("{} is not a valid weekday"),
|
| 64 |
static_cast<unsigned>(wd.wd_)));
|
| 65 |
```
|
| 66 |
|
| 67 |
``` cpp
|