Opened 12 years ago
Closed 12 years ago
#4215 closed Bugs (fixed)
match_results docs incorrectly refer to returning strings
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | regex |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The documentation for match_results::length
and match_results::position
both say:
The overloads that accept a string refer to a named sub-expression n. In the event that there is no such named sub-expression then returns an empty string.
Those functions return difference_type
not a string
Note:
See TracTickets
for help on using tickets.
(In [61976]) Update regex_match requirements. Fixes #4215.