forked from boostorg/regex
Added needed #ifdef
[SVN r13295]
This commit is contained in:
@ -383,7 +383,9 @@ void BOOST_REGEX_CALL w32_traits_base::do_free()
|
|||||||
BOOST_RE_GUARD_STACK
|
BOOST_RE_GUARD_STACK
|
||||||
delete[] pclasses;
|
delete[] pclasses;
|
||||||
delete pcoll_names;
|
delete pcoll_names;
|
||||||
|
#ifndef BOOST_NO_WREGEX
|
||||||
delete syntax;
|
delete syntax;
|
||||||
|
#endif
|
||||||
if(hresmod)
|
if(hresmod)
|
||||||
{
|
{
|
||||||
FreeLibrary(hresmod);
|
FreeLibrary(hresmod);
|
||||||
|
Reference in New Issue
Block a user