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