tmp/tmprp4poqvf/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
### Exceptions <a id="re.except">[[re.except]]</a>
|
| 2 |
|
| 3 |
-
The algorithms described in
|
| 4 |
-
type `regex_error`. If such an exception `e` is thrown, `e.code()`
|
| 5 |
-
return either `regex_constants::error_complexity` or
|
| 6 |
`regex_constants::error_stack`.
|
| 7 |
|
|
|
|
| 1 |
### Exceptions <a id="re.except">[[re.except]]</a>
|
| 2 |
|
| 3 |
+
The algorithms described in subclause [[re.alg]] may throw an exception
|
| 4 |
+
of type `regex_error`. If such an exception `e` is thrown, `e.code()`
|
| 5 |
+
shall return either `regex_constants::error_complexity` or
|
| 6 |
`regex_constants::error_stack`.
|
| 7 |
|