$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: gast128 (gast128_at_[hidden])
Date: 2008-04-05 10:41:08
and another one: the regex::ECMAScript has value 0, so it can not be tested
for in the following way:
void show_flags(const std::tr1::regex& rrgx)
{
if ((rrgx.flags() & std::tr1::regex::ECMAScript) ==
std::tr1::regex::ECMAScript)
{
//always true, since it has value 0
}
}