]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/atomic/detail/extra_operations.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / atomic / detail / extra_operations.hpp
1 /*
2 * Distributed under the Boost Software License, Version 1.0.
3 * (See accompanying file LICENSE_1_0.txt or copy at
4 * http://www.boost.org/LICENSE_1_0.txt)
5 *
6 * Copyright (c) 2017 Andrey Semashev
7 */
8 /*!
9 * \file atomic/detail/extra_operations.hpp
10 *
11 * This header defines extra atomic operations, including the generic version.
12 */
13
14 #ifndef BOOST_ATOMIC_DETAIL_EXTRA_OPERATIONS_HPP_INCLUDED_
15 #define BOOST_ATOMIC_DETAIL_EXTRA_OPERATIONS_HPP_INCLUDED_
16
17 #include <boost/atomic/detail/extra_ops_generic.hpp>
18
19 #if !defined(BOOST_ATOMIC_DETAIL_EXTRA_BACKEND_GENERIC)
20 #include BOOST_ATOMIC_DETAIL_EXTRA_BACKEND_HEADER(boost/atomic/detail/extra_ops_)
21 #endif
22
23 #ifdef BOOST_HAS_PRAGMA_ONCE
24 #pragma once
25 #endif
26
27 #endif // BOOST_ATOMIC_DETAIL_EXTRA_OPERATIONS_HPP_INCLUDED_