mirror of
https://github.com/boostorg/regex.git
synced 2025-07-04 16:16:32 +02:00
regex: minor fixes
[SVN r8638]
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user