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
19

source code of boost/boost/atomic.hpp