forked from boostorg/regex
Fixed Mingw32 build
[SVN r13804]
This commit is contained in:
@ -414,7 +414,7 @@ __iterator_category(const debug_iterator<T>&) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(BOOST_RE_TEST_LOCALE_CPP) && !defined(BOOST_RE_TEST_LOCALE_C) && !defined(BOOST_RE_TEST_LOCALE_W32)
|
#if defined(_WIN32) && !defined(BOOST_RE_TEST_LOCALE_CPP) && !defined(BOOST_RE_TEST_LOCALE_C) && !defined(BOOST_RE_TEST_LOCALE_W32)&& !defined(BOOST_REGEX_NO_W32)
|
||||||
#define BOOST_RE_TEST_LOCALE_W32
|
#define BOOST_RE_TEST_LOCALE_W32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -445,3 +445,4 @@ typedef boost::reg_expression<char_t, boost::c_regex_traits<char_t>, jm_debug_al
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user