From Jason Turner

[time.cal.mwdlast.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmpfc5gbfok/{from.md → to.md} RENAMED
@@ -14,9 +14,9 @@ template<class charT, class traits>
14
  ```
15
 
16
  *Effects:* Equivalent to:
17
 
18
  ``` cpp
19
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}"),
20
  mwdl.month(), mwdl.weekday_last());
21
  ```
22
 
 
14
  ```
15
 
16
  *Effects:* Equivalent to:
17
 
18
  ``` cpp
19
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L}/{:L}"),
20
  mwdl.month(), mwdl.weekday_last());
21
  ```
22