$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Roma.. (shmromacs_at_[hidden])
Date: 2008-08-05 05:41:11
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/captures.html
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!