From Jason Turner

[time.cal.wdlast]

Diff to HTML by rtfpessoa

tmp/tmp4y2z731t/{from.md → to.md} RENAMED
@@ -67,8 +67,8 @@ template<class charT, class traits>
67
  ```
68
 
69
  *Effects:* Equivalent to:
70
 
71
  ``` cpp
72
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}[last]"), wdl.weekday());
73
  ```
74
 
 
67
  ```
68
 
69
  *Effects:* Equivalent to:
70
 
71
  ``` cpp
72
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L}[last]"), wdl.weekday());
73
  ```
74