Disable features that HP aCC can't cope with (gets basic regression tests passing with aCC).

[SVN r29032]
This commit is contained in:
John Maddock
2005-05-18 11:44:12 +00:00
parent 3022a819e6
commit c2de12f113
3 changed files with 9 additions and 2 deletions

View File

@ -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?