Chris@102: /* Chris@102: * Distributed under the Boost Software License, Version 1.0. Chris@102: * (See accompanying file LICENSE_1_0.txt or copy at Chris@102: * http://www.boost.org/LICENSE_1_0.txt) Chris@102: * Chris@102: * Copyright (c) 2014 Andrey Semashev Chris@102: */ Chris@102: /*! Chris@102: * \file atomic/detail/operations_lockfree.hpp Chris@102: * Chris@102: * This header defines lockfree atomic operations. Chris@102: */ Chris@102: Chris@102: #ifndef BOOST_ATOMIC_DETAIL_OPERATIONS_LOCKFREE_HPP_INCLUDED_ Chris@102: #define BOOST_ATOMIC_DETAIL_OPERATIONS_LOCKFREE_HPP_INCLUDED_ Chris@102: Chris@102: #include Chris@102: #include Chris@102: Chris@102: #if !defined(BOOST_ATOMIC_EMULATED) Chris@102: #include BOOST_ATOMIC_DETAIL_HEADER(boost/atomic/detail/ops_) Chris@102: #else Chris@102: #include Chris@102: #endif Chris@102: Chris@102: #ifdef BOOST_HAS_PRAGMA_ONCE Chris@102: #pragma once Chris@102: #endif Chris@102: Chris@102: #endif // BOOST_ATOMIC_DETAIL_OPERATIONS_LOCKFREE_HPP_INCLUDED_