
19 Nov
2008
19 Nov
'08
9:33 p.m.
What is the best way to test for an empty boost::xpressive::regex object? That is, if I have code like: boost::xpressive::sregex re; ... // Test if re is empty and should not be used to perform a regex_search if (?????) Thanks, Michael Goldshteyn