mirror of
https://github.com/boostorg/regex.git
synced 2025-07-20 07:42:07 +02:00
Disable features that HP aCC can't cope with (gets basic regression tests passing with aCC).
[SVN r29032]
This commit is contained in:
@ -77,7 +77,8 @@ inline bool is_combining<unsigned char>(unsigned char)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#ifdef _MSC_VER
|
||||
#ifndef __HP_aCC
|
||||
#ifdef _MSC_VER
|
||||
template<>
|
||||
inline bool is_combining<wchar_t>(wchar_t c)
|
||||
{
|
||||
@ -98,6 +99,7 @@ inline bool is_combining<wchar_t>(wchar_t c)
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
// is a charT c a line separator?
|
||||
|
Reference in New Issue
Block a user