mirror of
https://github.com/boostorg/regex.git
synced 2025-07-20 07:42:07 +02:00
Merge recursive expressions performance update from Trunk.
Merge Makefile update from Trunk. Merge history update. [SVN r58542]
This commit is contained in:
@ -84,7 +84,7 @@ inline bool is_combining<unsigned char>(unsigned char)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#ifndef __hpux // can't use WCHAR_MAX/MIN in pp-directives
|
||||
#if !defined(__hpux) && !defined(__WINSCW__) // 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