tmp/tmppde_zybh/{from.md → to.md}
RENAMED
|
@@ -41,11 +41,11 @@ the beginning of the target sequence, which is often not the same as the
|
|
| 41 |
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
|
| 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);
|
|
|
|
| 41 |
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 an implementation can 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);
|