Refined building without /Zc:wchar_t on msvc 7 and above

[SVN r21147]
This commit is contained in:
John Maddock
2003-12-05 13:01:29 +00:00
parent a247f4d7f8
commit dddfc1a63a
5 changed files with 101 additions and 96 deletions

View File

@ -21,6 +21,11 @@
#include <boost/regex/config.hpp>
#if defined(BOOST_MSVC) && (BOOST_MSVC >= 1300) && !defined(_NATIVE_WCHAR_T_DEFINED)
# pragma message ("disabling support for class cpp_regex_traits<wchar_t> - rebuild with /Zc:wchar_t if you really need this")
# define BOOST_NO_WREGEX
#endif
#if !defined(BOOST_NO_STD_LOCALE)
# ifdef BOOST_MSVC