]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/config/detail/select_compiler_config.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / config / detail / select_compiler_config.hpp
index ced8443da9abf312f876cc5b64e5569c0d9ec03f..8970dffb4f39272453ab5f45d669ecbc63bd49de 100644 (file)
@@ -39,8 +39,7 @@
 //  Intel
 #   define BOOST_COMPILER_CONFIG "boost/config/compiler/intel.hpp"
 
-#elif defined __clang__ && !defined(__CUDACC__) && !defined(__ibmxl__)
-// when using clang and cuda at same time, you want to appear as gcc
+#elif defined __clang__ && !defined(__ibmxl__)
 //  Clang C++ emulates GCC, so it has to appear early.
 #   define BOOST_COMPILER_CONFIG "boost/config/compiler/clang.hpp"