]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/type_traits/has_nothrow_copy.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / type_traits / has_nothrow_copy.hpp
index 0d9bb1837902615763b41fed5fe00b5f210c49b0..fd9db8d85097ca69bdec66ffac6a8ff1bbbffc2c 100644 (file)
@@ -14,7 +14,7 @@
 
 #ifdef BOOST_HAS_NOTHROW_COPY
 
-#if defined(BOOST_CLANG) || defined(__GNUC__) || defined(__ghs__) || defined(__CODEGEARC__) || defined(__SUNPRO_CC)
+#if defined(BOOST_CLANG) || defined(__GNUC__) || defined(__ghs__) || defined(BOOST_CODEGEARC) || defined(__SUNPRO_CC)
 #include <boost/type_traits/is_volatile.hpp>
 #include <boost/type_traits/is_copy_constructible.hpp>
 #include <boost/type_traits/is_reference.hpp>