Boost C++ Libraries: Ticket #1075: [doc] incorrect comment https://svn.boost.org/trac10/ticket/1075 <p> Examples for u32regex_match() and u32regex_search() show comments where reads 'Extract $1 as CString' and 'Extract $0 as CString'. </p> <p> The correct should be: </p> <p> 'Extract $1 as std::string' and 'Extract $0 as <a class="missing wiki">UnicodeString</a>' </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1075 Trac 1.4.3 John Maddock Sat, 25 Aug 2007 08:54:27 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/1075#comment:1 https://svn.boost.org/trac10/ticket/1075#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.35.0</span> </li> </ul> <p> Fixed in SVN. </p> Ticket