tmp/tmpga5h6dj0/{from.md → to.md}
RENAMED
|
@@ -24,11 +24,11 @@ template<class charT, class traits>
|
|
| 24 |
```
|
| 25 |
|
| 26 |
*Effects:* Equivalent to:
|
| 27 |
|
| 28 |
``` cpp
|
| 29 |
-
return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}"),
|
| 30 |
md.month(), md.day());
|
| 31 |
```
|
| 32 |
|
| 33 |
``` cpp
|
| 34 |
template<class charT, class traits, class Alloc = allocator<charT>>
|
|
|
|
| 24 |
```
|
| 25 |
|
| 26 |
*Effects:* Equivalent to:
|
| 27 |
|
| 28 |
``` cpp
|
| 29 |
+
return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L}/{}"),
|
| 30 |
md.month(), md.day());
|
| 31 |
```
|
| 32 |
|
| 33 |
``` cpp
|
| 34 |
template<class charT, class traits, class Alloc = allocator<charT>>
|