Fixed up traits classes so that no matter whether /Zc:wchar_t is specified for vc builds or not, then we can still link to the same lib build.

[SVN r20764]
This commit is contained in:
John Maddock
2003-11-08 13:02:55 +00:00
parent 8324fad77c
commit f9d0907868
3 changed files with 482 additions and 76 deletions

View File

@ -103,7 +103,7 @@
#endif
#ifndef BOOST_NO_WREGEX
#define BOOST_REGEX_CHAR_T wchar_t
#define BOOST_REGEX_CHAR_T boost::regex_wchar_type
#ifdef BOOST_REGEX_WIDE_INSTANTIATE
# define BOOST_REGEX_INSTANTIATE
#endif