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 9fc486658f
commit 67128fa65f
5 changed files with 13 additions and 11 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_MIN/MAX in pp-directives.
#ifdef _MSC_VER
template<>
inline bool is_combining<wchar_t>(wchar_t c)