]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/variant/detail/visitation_impl.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / variant / detail / visitation_impl.hpp
index 8c318ac95a638b43b45464520344ebc45ae227c3..c3d91b8167250f8cfa25e06f2bb3cac48326a8ec 100644 (file)
@@ -59,7 +59,7 @@
 #endif
 
 // Define a compiler generic null pointer value
-#if defined(BOOST_NO_NULLPTR)
+#if defined(BOOST_NO_CXX11_NULLPTR)
 #define BOOST_VARIANT_NULL 0
 #else
 #define BOOST_VARIANT_NULL nullptr