mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 22:32:09 +02:00
Added support for compilers with no exception handling support.
[SVN r12758]
This commit is contained in:
@ -178,6 +178,12 @@ unsigned int RegEx::SetExpression(const char* p, bool icase)
|
||||
return pdata->e.set_expression(p, f);
|
||||
}
|
||||
|
||||
unsigned int RegEx::error_code()const
|
||||
{
|
||||
return pdata->e.error_code();
|
||||
}
|
||||
|
||||
|
||||
std::string RegEx::Expression()const
|
||||
{
|
||||
BOOST_RE_GUARD_STACK
|
||||
|
Reference in New Issue
Block a user