]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/atomic/include/boost/atomic.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / atomic / include / boost / atomic.hpp
CommitLineData
7c673cae
FG
1#ifndef BOOST_ATOMIC_HPP
2#define BOOST_ATOMIC_HPP
3
4// Copyright (c) 2011 Helge Bahmann
5//
6// Distributed under the Boost Software License, Version 1.0.
7// See accompanying file LICENSE_1_0.txt or copy at
8// http://www.boost.org/LICENSE_1_0.txt)
9
10// This header includes all Boost.Atomic public headers
11
12#include <boost/atomic/atomic.hpp>
13
14#ifdef BOOST_HAS_PRAGMA_ONCE
15#pragma once
16#endif
17
18#endif