tmp/tmpnjkegphd/{from.md → to.md}
RENAMED
|
@@ -150,15 +150,17 @@ closing-bracket_ = closing;
|
|
| 150 |
template<class ParseContext>
|
| 151 |
constexpr typename ParseContext::iterator
|
| 152 |
parse(ParseContext& ctx);
|
| 153 |
```
|
| 154 |
|
| 155 |
-
*Effects:* Parses the format
|
| 156 |
-
stores the parsed specifiers in `*this`.
|
| 157 |
-
*
|
| 158 |
-
|
| 159 |
-
|
|
|
|
|
|
|
| 160 |
|
| 161 |
- the *range-type* is neither `s` nor `?s`,
|
| 162 |
- *`underlying_`*`.set_debug_format()` is a valid expression, and
|
| 163 |
- there is no *range-underlying-spec*,
|
| 164 |
|
|
|
|
| 150 |
template<class ParseContext>
|
| 151 |
constexpr typename ParseContext::iterator
|
| 152 |
parse(ParseContext& ctx);
|
| 153 |
```
|
| 154 |
|
| 155 |
+
*Effects:* Parses the format specifiers as a *range-format-spec* and
|
| 156 |
+
stores the parsed specifiers in `*this`. Calls
|
| 157 |
+
*`underlying_`*`.parse(ctx)` to parse *format-spec* in
|
| 158 |
+
*range-format-spec* or, if the latter is not present, an empty
|
| 159 |
+
*format-spec*. The values of *opening-bracket\_*, *closing-bracket\_*,
|
| 160 |
+
and *separator\_* are modified if and only if required by the
|
| 161 |
+
*range-type* or the `n` option, if present. If:
|
| 162 |
|
| 163 |
- the *range-type* is neither `s` nor `?s`,
|
| 164 |
- *`underlying_`*`.set_debug_format()` is a valid expression, and
|
| 165 |
- there is no *range-underlying-spec*,
|
| 166 |
|