]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/utility/value_init.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / utility / value_init.hpp
index 418a214222587ebce9e716dc1d834f4b7f6642df..f3d940b1e9e8fc0b261083ed1c64adc37e4b1f1e 100644 (file)
@@ -37,6 +37,8 @@
 #pragma warning(disable: 4512)
 #endif
 
+#ifndef BOOST_UTILITY_DOCS
+
 #ifdef BOOST_NO_COMPLETE_VALUE_INITIALIZATION
   // Implementation detail: The macro BOOST_DETAIL_VALUE_INIT_WORKAROUND_SUGGESTED 
   // suggests that a workaround should be applied, because of compiler issues 
@@ -54,6 +56,8 @@
   #endif
 #endif
 
+#endif // BOOST_UTILITY_DOCS
+
 namespace boost {
 
 namespace detail {