forked from boostorg/config
BOOST_NO_INTRINSIC_WCHAR_T now correct for 7.0 on Win32, based on config_info report
[SVN r18640]
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if _MSC_VER+0 >= 1000
|
#if _MSC_VER+0 >= 1000
|
||||||
# ifndef _NATIVE_WCHAR_T_DEFINED
|
# if !defined(_NATIVE_WCHAR_T_DEFINED) && !defined(_WCHAR_T_DEFINED)
|
||||||
# define BOOST_NO_INTRINSIC_WCHAR_T
|
# define BOOST_NO_INTRINSIC_WCHAR_T
|
||||||
# endif
|
# endif
|
||||||
# if _MSC_VER >= 1200
|
# if _MSC_VER >= 1200
|
||||||
|
Reference in New Issue
Block a user