]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/config/compiler/sunpro_cc.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / config / compiler / sunpro_cc.hpp
index 54ad77a3c6802b3216d53c1984e5016fbe3aa19d..c674e8ab58c0cf712b7f02a3dd379bcbfd2eca01 100644 (file)
 #define BOOST_NO_CXX11_TRAILING_RESULT_TYPES
 #define BOOST_NO_CXX11_INLINE_NAMESPACES
 #define BOOST_NO_CXX11_FINAL
+#define BOOST_NO_CXX11_OVERRIDE
+#define BOOST_NO_CXX11_UNRESTRICTED_UNION
 #endif
 
 #if (__SUNPRO_CC < 0x5140) || (__cplusplus < 201103)
 #if !defined(__cpp_fold_expressions) || (__cpp_fold_expressions < 201603)
 #  define BOOST_NO_CXX17_FOLD_EXPRESSIONS
 #endif
+#if !defined(__cpp_if_constexpr) || (__cpp_if_constexpr < 201606)
+#  define BOOST_NO_CXX17_IF_CONSTEXPR
+#endif
 
 // Turn on threading support for Solaris 12.
 // Ticket #11972