5 Aug
2008
5 Aug
'08
9:41 a.m.
Hi! I've compiled and now using Boost 1.35 under XpSp2 VS2008 Regex example from "Getting started" was successfully launched. Another example was not launched: http://www.boost.org/doc/libs/1_35_0/libs/regex/doc/html/boost_regex/capture... Error 1 error C2039: 'captures' : is not a member of 'boost::match_results<BidiIterator>' Error 2 error C2228: left of '.size' must have class/struct/union Error 3 error C2039: 'captures' : is not a member of 'boost::match_results<BidiIterator>' Moreover, code completion seems to not work (I mean list of variants does not appear after typing "pat.", where pat is boost::regex) Are there any ideas? Thanks!