From Jason Turner

[time.cal.ymwdlast]

Diff to HTML by rtfpessoa

tmp/tmpyqaop78b/{from.md → to.md} RENAMED
@@ -219,9 +219,9 @@ template<class charT, class traits>
219
  ```
220
 
221
  *Effects:* Equivalent to:
222
 
223
  ``` cpp
224
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}/{}"),
225
  ymwdl.year(), ymwdl.month(), ymwdl.weekday_last());
226
  ```
227
 
 
219
  ```
220
 
221
  *Effects:* Equivalent to:
222
 
223
  ``` cpp
224
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{:L}/{:L}"),
225
  ymwdl.year(), ymwdl.month(), ymwdl.weekday_last());
226
  ```
227