patch-boost_atomic_detail_caps_gcc_atomic_hpp 564 B

123456789101112
  1. --- boost_1_57_0.orig/boost/atomic/detail/caps_gcc_atomic.hpp 2014-10-01 04:30:37.000000000 -0500
  2. +++ boost_1_57_0/boost/atomic/detail/caps_gcc_atomic.hpp 2015-05-12 17:26:04.821955497 -0500
  3. @@ -128,7 +128,7 @@
  4. #define BOOST_ATOMIC_CHAR32_T_LOCK_FREE BOOST_ATOMIC_INT32_LOCK_FREE
  5. #define BOOST_ATOMIC_CHAR16_T_LOCK_FREE BOOST_ATOMIC_INT16_LOCK_FREE
  6. -#define BOOST_ATOMIC_THREAD_FENCE 2
  7. -#define BOOST_ATOMIC_SIGNAL_FENCE 2
  8. +#define BOOST_ATOMIC_THREAD_FENCE 0
  9. +#define BOOST_ATOMIC_SIGNAL_FENCE 0
  10. #endif // BOOST_ATOMIC_DETAIL_CAPS_GCC_ATOMIC_HPP_INCLUDED_