Chris@16: #ifndef BOOST_ATOMIC_HPP Chris@16: #define BOOST_ATOMIC_HPP Chris@16: Chris@16: // Copyright (c) 2011 Helge Bahmann Chris@16: // Chris@16: // Distributed under the Boost Software License, Version 1.0. Chris@16: // See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // This header includes all Boost.Atomic public headers Chris@16: Chris@16: #include Chris@16: Chris@16: #ifdef BOOST_HAS_PRAGMA_ONCE Chris@16: #pragma once Chris@16: #endif Chris@16: Chris@16: #endif