$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-04-09 05:38:03
>
> <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<)(?2>)(?3&)";
Well spotted!
Thanks,
John.