Boost logo

Boost :

From: Shunsuke Sogame (mb2act_at_[hidden])
Date: 2006-04-08 21:54:10


Hi,
I now recall this attractive example's mistake.

<libs/regex/example/snippets/regex_replace_example.cpp>
line89-90 maybe should be:

    extern const char* pre_expression = "(<)|(>)|(&)|\\r";
    extern const char* pre_format = "(?1&lt;)(?2&gt;)(?3&amp;)";

Thus, <libs/regex/doc/regex_replace.html> highlighted by this cpp is weird. :-)

-- 
Regards,
Shunsuke Sogame

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk