mirror of
https://github.com/boostorg/regex.git
synced 2025-07-05 16:46:31 +02:00
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
|
||||
delete[] pclasses;
|
||||
delete pcoll_names;
|
||||
#ifndef BOOST_NO_WREGEX
|
||||
delete syntax;
|
||||
#endif
|
||||
if(hresmod)
|
||||
{
|
||||
FreeLibrary(hresmod);
|
||||
|
Reference in New Issue
Block a user