Opened 15 years ago
Closed 15 years ago
#1075 closed Bugs (fixed)
[doc] incorrect comment
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | Boost 1.35.0 | Component: | regex |
Version: | Boost 1.34.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
Examples for u32regex_match() and u32regex_search() show comments where reads 'Extract $1 as CString' and 'Extract $0 as CString'.
The correct should be:
'Extract $1 as std::string' and 'Extract $0 as UnicodeString'
Change History (1)
comment:1 by , 15 years ago
Milestone: | To Be Determined → Boost 1.35.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in SVN.