forked from boostorg/regex
Fix typos from https://svn.boost.org/trac/boost/ticket/9283 and update history.
This commit is contained in:
@ -82,7 +82,7 @@ given in the table:
|
||||
|
||||
[table
|
||||
[[Element][Value]]
|
||||
[[`m.size()`][`e.mark_count()`]]
|
||||
[[`m.size()`][`1 + e.mark_count()`]]
|
||||
[[`m.empty()`][`false`]]
|
||||
[[`m.prefix().first`][`first`]]
|
||||
[[`m.prefix().last`][`first`]]
|
||||
|
Reference in New Issue
Block a user