mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
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