From 3f17244225a9426cf399de13c65f5135472b72c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 18 Oct 2015 19:44:17 +0200 Subject: [PATCH] Removed the intrin.h-related part Removed the commented part as the comment clearly says that VC9 has problems when intrin.h is included. --- include/boost/smart_ptr/detail/sp_interlocked.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/smart_ptr/detail/sp_interlocked.hpp b/include/boost/smart_ptr/detail/sp_interlocked.hpp index 6e3b45e..79cae14 100644 --- a/include/boost/smart_ptr/detail/sp_interlocked.hpp +++ b/include/boost/smart_ptr/detail/sp_interlocked.hpp @@ -22,7 +22,7 @@ // BOOST_SP_HAS_INTRIN_H // VC9 has intrin.h, but it collides with -#if defined( BOOST_MSVC ) && BOOST_MSVC >= 1400 +#if defined( BOOST_MSVC ) && BOOST_MSVC >= 1600 # define BOOST_SP_HAS_INTRIN_H