From Jason Turner

[time.cal.md]

Diff to HTML by rtfpessoa

tmp/tmpujie5nao/{from.md → to.md} RENAMED
@@ -81,11 +81,11 @@ template<class charT, class traits>
81
  ```
82
 
83
  *Effects:* Equivalent to:
84
 
85
  ``` cpp
86
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}"),
87
  md.month(), md.day());
88
  ```
89
 
90
  ``` cpp
91
  template<class charT, class traits, class Alloc = allocator<charT>>
 
81
  ```
82
 
83
  *Effects:* Equivalent to:
84
 
85
  ``` cpp
86
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L}/{}"),
87
  md.month(), md.day());
88
  ```
89
 
90
  ``` cpp
91
  template<class charT, class traits, class Alloc = allocator<charT>>