mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-01 05:34:36 +02:00
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