Ticket #3351: patch
File patch, 450 bytes (added by , 13 years ago) |
---|
-
boost/smart_ptr/detail/sp_has_sync.hpp
diff -Nru a/boost/smart_ptr/detail/sp_has_sync.hpp b/boost/smart_ptr/detail/sp_has_sync.hpp
a b 41 41 #endif 42 42 43 43 #if defined( __INTEL_COMPILER ) && !defined( __ia64__ ) 44 #if __INTEL_COMPILER < 1100 44 45 #undef BOOST_SP_HAS_SYNC 46 #endif 45 47 #endif 46 48 47 49 #endif // __GNUC__ * 100 + __GNUC_MINOR__ >= 401