]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/json/detail/align.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / json / detail / align.hpp
index a44830756dd2a86c081da184f0b214bd3c64c662..dc723f0cf5e761365e9cbd8c7706fbb7f227efbc 100644 (file)
 #ifndef BOOST_JSON_DETAIL_ALIGN_HPP
 #define BOOST_JSON_DETAIL_ALIGN_HPP
 
-#ifndef BOOST_JSON_STANDALONE
 #include <boost/align/align.hpp>
-#else
-#include <cstddef>
-#include <memory>
-#endif
 
 BOOST_JSON_NS_BEGIN
 namespace detail {
 
-#ifndef BOOST_JSON_STANDALONE
 using boost::alignment::align;
 
 // VFALCO workaround until Boost.Align has the type
@@ -64,11 +58,6 @@ struct max_align_t
     std::nullptr_t w;
 };
 
-#else
-using std::align;
-using max_align_t = std::max_align_t;
-#endif
-
 } // detail
 BOOST_JSON_NS_END