forked from boostorg/regex
Correct CI script, correct ICU testing config.
This commit is contained in:
@ -21,11 +21,13 @@
|
||||
//
|
||||
#include <boost/regex/config.hpp>
|
||||
|
||||
#ifdef BOOST_REGEX_STANDALONE
|
||||
#ifdef __has_include
|
||||
#if __has_include(<unicode/utypes.h>)
|
||||
#if __has_include(<unicode/utypes.h>) && __has_include(<unicode/uchar.h>) && __has_include(<unicode/coll.h>)
|
||||
#define BOOST_HAS_ICU
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(BOOST_HAS_ICU) && !defined(BOOST_NO_STD_WSTRING)
|
||||
|
||||
|
Reference in New Issue
Block a user