Ticket #2358: patch
File patch, 750 bytes (added by , 14 years ago) |
---|
-
contrib/boost/include/boost/detail/spinlock.hpp
32 32 33 33 #if defined(__GNUC__) && defined( __arm__ ) 34 34 # include <boost/detail/spinlock_gcc_arm.hpp> 35 #elif defined(__GNUC__) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 ) 35 #elif defined(__GNUC__) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 ) \ 36 && ( !defined(__INTEL_COMPILER) || defined(__ia64) ) 36 37 # include <boost/detail/spinlock_sync.hpp> 37 38 #elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) 38 39 # include <boost/detail/spinlock_w32.hpp>