From Jason Turner

[time.cal.ym.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmpklkomixv/{from.md → to.md} RENAMED
@@ -89,11 +89,11 @@ template<class charT, class traits>
89
  ```
90
 
91
  *Effects:* Equivalent to:
92
 
93
  ``` cpp
94
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}"),
95
  ym.year(), ym.month());
96
  ```
97
 
98
  ``` cpp
99
  template<class charT, class traits, class Alloc = allocator<charT>>
 
89
  ```
90
 
91
  *Effects:* Equivalent to:
92
 
93
  ``` cpp
94
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{:L}"),
95
  ym.year(), ym.month());
96
  ```
97
 
98
  ``` cpp
99
  template<class charT, class traits, class Alloc = allocator<charT>>