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
|
| 121 |
-
stores the parsed specifiers in `*this`.
|
| 122 |
-
*
|
| 123 |
-
|
| 124 |
-
|
|
|
|
|
|
|
| 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 |
|