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

@ -55,7 +55,6 @@ BOOST_RE_IX_DECL int BOOST_RE_CCALL regcompW(regex_tW* expression, const wchar_t
expression->guts = new wregex();
} catch(...)
{
delete (wregex*)(expression->guts);
return REG_ESPACE;
}
}