tmp/tmpmlr7zrx9/{from.md → to.md}
RENAMED
|
@@ -171,11 +171,11 @@ template<class charT, class traits>
|
|
| 171 |
|
| 172 |
*Effects:* Equivalent to:
|
| 173 |
|
| 174 |
``` cpp
|
| 175 |
return os << (m.ok() ?
|
| 176 |
-
format(os.getloc(), STATICALLY-WIDEN<charT>("{:%b}"), m) :
|
| 177 |
format(os.getloc(), STATICALLY-WIDEN<charT>("{} is not a valid month"),
|
| 178 |
static_cast<unsigned>(m)));
|
| 179 |
```
|
| 180 |
|
| 181 |
``` cpp
|
|
|
|
| 171 |
|
| 172 |
*Effects:* Equivalent to:
|
| 173 |
|
| 174 |
``` cpp
|
| 175 |
return os << (m.ok() ?
|
| 176 |
+
format(os.getloc(), STATICALLY-WIDEN<charT>("{:L%b}"), m) :
|
| 177 |
format(os.getloc(), STATICALLY-WIDEN<charT>("{} is not a valid month"),
|
| 178 |
static_cast<unsigned>(m)));
|
| 179 |
```
|
| 180 |
|
| 181 |
``` cpp
|