$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2004-02-03 08:29:12
I'm trying 1.31.0rc2.
unsigned int flags = boost::match_default;
while(regex_search(start, end, what, re, flags)) {
../Test/PlotComplex.cc:36: error: invalid conversion from `unsigned int' to
`
boost::regex_constants::_match_flags'
But this is exactly what the example:
boost_1_31_0_rc2/libs/regex/doc/regex_search.html
shows. Need to update the doc?