]> git.lyx.org Git - features.git/blobdiff - boost/boost/smart_ptr/detail/sp_has_sync.hpp
boost: update to 1.42.0
[features.git] / boost / boost / smart_ptr / detail / sp_has_sync.hpp
index cb0282dbad7bb528a4c991980229aba9d2e5eff9..7fcd09ef08bf89f62b1be1d20bf08c194b0b2f8a 100644 (file)
@@ -40,7 +40,7 @@
 #undef BOOST_SP_HAS_SYNC
 #endif
 
-#if defined( __INTEL_COMPILER ) && !defined( __ia64__ )
+#if defined( __INTEL_COMPILER ) && !defined( __ia64__ ) && ( __INTEL_COMPILER < 1100 )
 #undef BOOST_SP_HAS_SYNC
 #endif