From cd0072b3e774e361b641db55f8a8f8b447725ba9 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 16 Dec 2003 13:02:57 +0000 Subject: [PATCH] Added patch for BOOST_REGEX_V3 compatibility [SVN r21285] --- include/boost/regex/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index 5b81f3aa..5022bbde 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -195,7 +195,7 @@ using std::distance; ****************************************************************************/ #ifdef __cplusplus -#if defined(BOOST_MSVC) && (BOOST_MSVC >= 1300) +#if defined(BOOST_MSVC) && (BOOST_MSVC >= 1300) && !defined(BOOST_REGEX_V3) # define BOOST_REGEX_HAS_SHORT_WCHAR_T namespace boost{ typedef __wchar_t regex_wchar_type; } #else