mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 06:12:10 +02:00
Added patch for BOOST_REGEX_V3 compatibility
[SVN r21285]
This commit is contained in:
@ -195,7 +195,7 @@ using std::distance;
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#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
|
# define BOOST_REGEX_HAS_SHORT_WCHAR_T
|
||||||
namespace boost{ typedef __wchar_t regex_wchar_type; }
|
namespace boost{ typedef __wchar_t regex_wchar_type; }
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user