mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-01 21:54:28 +02:00
Don't define BOOST_SP_HAS_GCC_INTRINSICS for MSVC
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
// intrinsics are available.
|
// intrinsics are available.
|
||||||
|
|
||||||
|
|
||||||
#if defined( __ATOMIC_RELAXED ) && defined( __ATOMIC_ACQUIRE ) && defined( __ATOMIC_RELEASE ) && defined( __ATOMIC_ACQ_REL )
|
#if defined( __ATOMIC_RELAXED ) && defined( __ATOMIC_ACQUIRE ) && defined( __ATOMIC_RELEASE ) && defined( __ATOMIC_ACQ_REL ) && !defined(_MSC_VER)
|
||||||
|
|
||||||
# define BOOST_SP_HAS_GCC_INTRINSICS
|
# define BOOST_SP_HAS_GCC_INTRINSICS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user