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:
Ion Gaztañaga
2015-10-18 19:44:17 +02:00
parent ca93749614
commit 3f17244225

View File

@ -22,7 +22,7 @@
// BOOST_SP_HAS_INTRIN_H
// 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