From Jason Turner

[time.cal.mwd]

Diff to HTML by rtfpessoa

tmp/tmpyrlckup0/{from.md → to.md} RENAMED
@@ -76,9 +76,9 @@ template<class charT, class traits>
76
  ```
77
 
78
  *Effects:* Equivalent to:
79
 
80
  ``` cpp
81
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}"),
82
  mwd.month(), mwd.weekday_indexed());
83
  ```
84
 
 
76
  ```
77
 
78
  *Effects:* Equivalent to:
79
 
80
  ``` cpp
81
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L}/{:L}"),
82
  mwd.month(), mwd.weekday_indexed());
83
  ```
84