
22 Mar
2011
22 Mar
'11
10:54 a.m.
Thank you John. Although I know the basics of exceptions I have little experience of using them. I'll see if I can get the exception version working otherwise I'll use the flag. Appreciatively, Richard.
boost::regex e(some_string, boost::regex_constants::no_except); if(e.status) { // Ooops we have an error.... }
HTH, John.