forked from boostorg/config
Added fix for Intel C++ 6 and the /Zc:wchar_t option.
[SVN r22875]
This commit is contained in:
@ -62,7 +62,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// See http://aspn.activestate.com/ASPN/Mail/Message/boost/1614864
|
// See http://aspn.activestate.com/ASPN/Mail/Message/boost/1614864
|
||||||
#if BOOST_INTEL_CXX_VERSION < 700
|
#if BOOST_INTEL_CXX_VERSION < 600
|
||||||
# define BOOST_NO_INTRINSIC_WCHAR_T
|
# define BOOST_NO_INTRINSIC_WCHAR_T
|
||||||
#else
|
#else
|
||||||
// We should test the macro _WCHAR_T_DEFINED to check if the compiler
|
// We should test the macro _WCHAR_T_DEFINED to check if the compiler
|
||||||
|
Reference in New Issue
Block a user