regex: minor fixes

[SVN r8638]
This commit is contained in:
John Maddock
2001-01-18 12:13:00 +00:00
parent 2c52692f8d
commit 1d0dabd892
4 changed files with 0 additions and 4 deletions

View File

@ -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;
}
}