$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: gast128 (gast128_at_[hidden])
Date: 2007-05-22 10:02:12
Dear all,
The new Boost version ships with an extra regular expression library.
Now I need a dynamic regualr expression on a std::vector<std::string>. The
character type would be a string (since in that case multiple characters are
allowed on the same position).
Is this possible with xpressive? Boost.Regex didn't seem to support it
according to a previous post.
wkr,
me