mirror of
https://github.com/boostorg/regex.git
synced 2025-07-04 16:16:32 +02:00
Added BOOST_REGEX_V3 compatibilty workarounds.
[SVN r21288]
This commit is contained in:
@ -69,7 +69,9 @@ BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW* expression, const wcha
|
||||
if(f & REG_NOCOLLATE)
|
||||
{
|
||||
flags |= wregex::nocollate;
|
||||
#ifndef BOOST_REGEX_V3
|
||||
flags &= ~wregex::collate;
|
||||
#endif
|
||||
}
|
||||
|
||||
if(f & REG_NOSUB)
|
||||
|
Reference in New Issue
Block a user