From Jason Turner

[time.cal.month.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmpn04hc0n7/{from.md → to.md} RENAMED
@@ -63,11 +63,11 @@ template<class charT, class traits>
63
 
64
  *Effects:* Equivalent to:
65
 
66
  ``` cpp
67
  return os << (m.ok() ?
68
- format(os.getloc(), STATICALLY-WIDEN<charT>("{:%b}"), m) :
69
  format(os.getloc(), STATICALLY-WIDEN<charT>("{} is not a valid month"),
70
  static_cast<unsigned>(m)));
71
  ```
72
 
73
  ``` cpp
 
63
 
64
  *Effects:* Equivalent to:
65
 
66
  ``` cpp
67
  return os << (m.ok() ?
68
+ format(os.getloc(), STATICALLY-WIDEN<charT>("{:L%b}"), m) :
69
  format(os.getloc(), STATICALLY-WIDEN<charT>("{} is not a valid month"),
70
  static_cast<unsigned>(m)));
71
  ```
72
 
73
  ``` cpp