mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Fix incorrect references to sub_match having a .last member.
Fixes https://github.com/boostorg/regex/issues/115. # Fixed Conflicts: # doc/html/index.html
This commit is contained in:
@ -85,10 +85,10 @@ given in the table:
|
||||
[[`m.size()`][`1 + e.mark_count()`]]
|
||||
[[`m.empty()`][`false`]]
|
||||
[[`m.prefix().first`][`first`]]
|
||||
[[`m.prefix().last`][`first`]]
|
||||
[[`m.prefix().second`][`first`]]
|
||||
[[`m.prefix().matched`][`false`]]
|
||||
[[`m.suffix().first`][`last`]]
|
||||
[[`m.suffix().last`][`last`]]
|
||||
[[`m.suffix().second`][`last`]]
|
||||
[[`m.suffix().matched`][`false`]]
|
||||
[[`m[0].first`][`first`]]
|
||||
[[`m[0].second`][`last`]]
|
||||
|
Reference in New Issue
Block a user