forked from boostorg/smart_ptr
Removed the intrin.h-related part
Removed the commented part as the comment clearly says that VC9 has problems when intrin.h is included.
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
// BOOST_SP_HAS_INTRIN_H
|
// BOOST_SP_HAS_INTRIN_H
|
||||||
|
|
||||||
// VC9 has intrin.h, but it collides with <utility>
|
// VC9 has intrin.h, but it collides with <utility>
|
||||||
#if defined( BOOST_MSVC ) && BOOST_MSVC >= 1400
|
#if defined( BOOST_MSVC ) && BOOST_MSVC >= 1600
|
||||||
|
|
||||||
# define BOOST_SP_HAS_INTRIN_H
|
# define BOOST_SP_HAS_INTRIN_H
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user