From Jason Turner

[time.cal.ymwd.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmpcbqw5omb/{from.md → to.md} RENAMED
@@ -68,9 +68,9 @@ template<class charT, class traits>
68
  ```
69
 
70
  *Effects:* Equivalent to:
71
 
72
  ``` cpp
73
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}/{}"),
74
  ymwd.year(), ymwd.month(), ymwd.weekday_indexed());
75
  ```
76
 
 
68
  ```
69
 
70
  *Effects:* Equivalent to:
71
 
72
  ``` cpp
73
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{:L}/{:L}"),
74
  ymwd.year(), ymwd.month(), ymwd.weekday_indexed());
75
  ```
76