forked from boostorg/regex
Remove and update aCC/HPUX fixes.
Fix regex bug report: some repeats match when they should not. Added test case. [SVN r35262]
This commit is contained in:
@ -77,7 +77,7 @@ inline bool is_combining<unsigned char>(unsigned char)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#ifndef __HP_aCC
|
||||
#ifndef __hpux // can't use WCHAR_MIN/MAX in pp-directives.
|
||||
#ifdef _MSC_VER
|
||||
template<>
|
||||
inline bool is_combining<wchar_t>(wchar_t c)
|
||||
|
Reference in New Issue
Block a user