From Jason Turner

[time.cal.mwdlast]

Diff to HTML by rtfpessoa

tmp/tmpb_yqxqio/{from.md → to.md} RENAMED
@@ -79,9 +79,9 @@ template<class charT, class traits>
79
  ```
80
 
81
  *Effects:* Equivalent to:
82
 
83
  ``` cpp
84
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}"),
85
  mwdl.month(), mwdl.weekday_last());
86
  ```
87
 
 
79
  ```
80
 
81
  *Effects:* Equivalent to:
82
 
83
  ``` cpp
84
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L}/{:L}"),
85
  mwdl.month(), mwdl.weekday_last());
86
  ```
87