tmp/tmp21hodogp/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
regex_iterator& operator++();
|
| 5 |
```
|
| 6 |
|
|
@@ -42,11 +42,11 @@ offset from the sequence passed in the call to
|
|
| 42 |
`regex_search`. — *end note*]
|
| 43 |
|
| 44 |
It is unspecified how the implementation makes these adjustments.
|
| 45 |
|
| 46 |
[*Note 2*: This means that a compiler may call an
|
| 47 |
-
implementation-specific search function, in which case a
|
| 48 |
specialization of `regex_search` will not be called. — *end note*]
|
| 49 |
|
| 50 |
``` cpp
|
| 51 |
regex_iterator operator++(int);
|
| 52 |
```
|
|
|
|
| 1 |
+
#### Increment <a id="re.regiter.incr">[[re.regiter.incr]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
regex_iterator& operator++();
|
| 5 |
```
|
| 6 |
|
|
|
|
| 42 |
`regex_search`. — *end note*]
|
| 43 |
|
| 44 |
It is unspecified how the implementation makes these adjustments.
|
| 45 |
|
| 46 |
[*Note 2*: This means that a compiler may call an
|
| 47 |
+
implementation-specific search function, in which case a program-defined
|
| 48 |
specialization of `regex_search` will not be called. — *end note*]
|
| 49 |
|
| 50 |
``` cpp
|
| 51 |
regex_iterator operator++(int);
|
| 52 |
```
|