Fixed Mingw32 build

[SVN r13804]
This commit is contained in:
John Maddock
2002-05-10 11:37:32 +00:00
parent 8d8a209d8b
commit eacf31772b

View File

@ -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