Opened 15 years ago

Closed 15 years ago

#1075 closed Bugs (fixed)

[doc] incorrect comment

Reported by: josue.gomes.honeypot@… 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 John Maddock, 15 years ago

Milestone: To Be DeterminedBoost 1.35.0
Resolution: fixed
Status: newclosed

Fixed in SVN.

Note: See TracTickets for help on using tickets.