]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/atomic/detail/ops_msvc_common.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / atomic / detail / ops_msvc_common.hpp
index 8c5120760b372639aa2c96f1d5046281c9140171..ef9c0abb7221ec5c8c246a8c9e61fcca7836c3fb 100644 (file)
 /*!
  * \file   atomic/detail/ops_msvc_common.hpp
  *
- * This header contains common tools for MSVC implementation of the \c operations template.
+ * This header contains common tools for MSVC implementation of the atomic operations.
  */
 
 #ifndef BOOST_ATOMIC_DETAIL_OPS_MSVC_COMMON_HPP_INCLUDED_
 #define BOOST_ATOMIC_DETAIL_OPS_MSVC_COMMON_HPP_INCLUDED_
 
 #include <boost/atomic/detail/config.hpp>
+#include <boost/atomic/detail/header.hpp>
 
 #ifdef BOOST_HAS_PRAGMA_ONCE
 #pragma once
@@ -37,4 +38,6 @@ extern "C" void _ReadWriteBarrier(void);
 #define BOOST_ATOMIC_DETAIL_COMPILER_BARRIER()
 #endif
 
+#include <boost/atomic/detail/footer.hpp>
+
 #endif // BOOST_ATOMIC_DETAIL_OPS_MSVC_COMMON_HPP_INCLUDED_