forked from boostorg/regex
universal-windows: Do not build w32_regex_traits
Since Vista LCID has been deprecated and locales are now using string-names, this makes the effort to support w32_regex_traits quite large, therefore we opt to disable w32_regex_traits right now when targeting universal-windows.
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
#define BOOST_REGEX_SOURCE
|
||||
#include <boost/regex/config.hpp>
|
||||
|
||||
#if defined(_WIN32) && !defined(BOOST_REGEX_NO_W32)
|
||||
#if defined(_WIN32) && !defined(BOOST_REGEX_NO_W32) && !defined(BOOST_REGEX_NO_WIN32_LOCALE)
|
||||
#include <boost/regex/regex_traits.hpp>
|
||||
#include <boost/regex/pattern_except.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user