From: gast128 (gast128_at_[hidden])
Date: 2008-04-05 10:25:20


I also notice that Pete Becker uses empty strings for construction, but this
throws with boost regex (or by use of header <boost/tr1/regex.hpp>), e.g.:

std::tr1::regex rgx(""); //throws, intended???