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:
John Maddock
2006-09-21 18:30:27 +00:00
parent 3e2b01cc86
commit 8ad427474b
6 changed files with 15 additions and 13 deletions

View File

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