Added support for BOOST_ALL_NO_LIB

[SVN r21119]
This commit is contained in:
John Maddock
2003-12-03 13:32:05 +00:00
parent ebc12d24c9
commit 84c2228b3f

View File

@ -191,7 +191,7 @@ using std::distance;
****************************************************************************/ ****************************************************************************/
#ifdef __cplusplus #ifdef __cplusplus
#if defined(BOOST_MSVC) && (BOOST_MSVC >= 1300) && !defined(BOOST_REGEX_NO_LIB) #if defined(BOOST_MSVC) && (BOOST_MSVC >= 1300) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_ALL_NO_LIB)
# 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