atomic/include/boost
Andrey Semashev 7f17e3b9a3 Use #pragma intrinsic only with MSVC.
Intel compiler doesn't support and doesn't need #pragma intrinsic and
issues warnings about it. Based on changes to boost/detail/
2014-08-24 00:02:16 +04:00
..
atomic Use #pragma intrinsic only with MSVC. 2014-08-24 00:02:16 +04:00
atomic.hpp Corrected macro name. 2013-09-05 18:28:42 +00:00
memory_order.hpp Changed memory_order constant values to simplify checks for success/failure orders in compare_exchange methods. Fixed incorrect cas_failure_order_must_not_be_stronger_than_success_order check. 2014-06-01 02:10:44 +04:00