mirror of
https://github.com/boostorg/regex.git
synced 2025-07-04 08:06:31 +02:00
regex: minor fixes
[SVN r8638]
This commit is contained in:
@ -45,7 +45,6 @@ BOOST_RE_IX_DECL int BOOST_RE_CCALL regcompA(regex_tA* expression, const char* p
|
||||
expression->guts = new regex();
|
||||
} catch(...)
|
||||
{
|
||||
delete (regex*)(expression->guts);
|
||||
return REG_ESPACE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user