]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make sure MSVC does not pretend it is GCC. 16621/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 6 Apr 2024 04:59:40 +0000 (22:59 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sat, 6 Apr 2024 04:59:40 +0000 (22:59 -0600)
bundled/boost-1.84.0/include/boost/smart_ptr/detail/sp_has_gcc_intrinsics.hpp

index 2e15f7909e5baa9f5ba6556761c2075ea8a04de6..e8848bec82ec6157313a37029264ce8679f21b93 100644 (file)
@@ -18,7 +18,7 @@
 // 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
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.