mirror of
https://github.com/boostorg/regex.git
synced 2025-07-22 16:47:17 +02:00
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_MAX/MIN in pp-directives
|
||||
#ifdef _MSC_VER
|
||||
template<>
|
||||
inline bool is_combining<wchar_t>(wchar_t c)
|
||||
|
Reference in New Issue
Block a user