From Jason Turner

[format.range.formatter]

Diff to HTML by rtfpessoa

tmp/tmp088oiyyk/{from.md → to.md} RENAMED
@@ -115,15 +115,17 @@ closing-bracket_ = closing;
115
  template<class ParseContext>
116
  constexpr typename ParseContext::iterator
117
  parse(ParseContext& ctx);
118
  ```
119
 
120
- *Effects:* Parses the format specifier as a *range-format-spec* and
121
- stores the parsed specifiers in `*this`. The values of
122
- *opening-bracket\_*, *closing-bracket\_*, and *separator\_* are modified
123
- if and only if required by the *range-type* or the `n` option, if
124
- present. If:
 
 
125
 
126
  - the *range-type* is neither `s` nor `?s`,
127
  - *`underlying_`*`.set_debug_format()` is a valid expression, and
128
  - there is no *range-underlying-spec*,
129
 
 
115
  template<class ParseContext>
116
  constexpr typename ParseContext::iterator
117
  parse(ParseContext& ctx);
118
  ```
119
 
120
+ *Effects:* Parses the format specifiers as a *range-format-spec* and
121
+ stores the parsed specifiers in `*this`. Calls
122
+ *`underlying_`*`.parse(ctx)` to parse *format-spec* in
123
+ *range-format-spec* or, if the latter is not present, an empty
124
+ *format-spec*. The values of *opening-bracket\_*, *closing-bracket\_*,
125
+ and *separator\_* are modified if and only if required by the
126
+ *range-type* or the `n` option, if present. If:
127
 
128
  - the *range-type* is neither `s` nor `?s`,
129
  - *`underlying_`*`.set_debug_format()` is a valid expression, and
130
  - there is no *range-underlying-spec*,
131