Sha256: 89d4915c19d61687f974cc716075b4a218f4d33400d02f2589f3c2e246995490

Contents?: true

Size: 893 Bytes

Versions: 12

Compression:

Stored size: 893 Bytes

Contents

/*
 * Distributed under the Boost Software License, Version 1.0.
 * (See accompanying file LICENSE_1_0.txt or copy at
 * http://www.boost.org/LICENSE_1_0.txt)
 *
 * Copyright (c) 2017 Andrey Semashev
 */
/*!
 * \file   atomic/detail/extra_operations_fwd.hpp
 *
 * This header contains forward declaration of the \c extra_operations template.
 */

#ifndef BOOST_ATOMIC_DETAIL_EXTRA_OPERATIONS_FWD_HPP_INCLUDED_
#define BOOST_ATOMIC_DETAIL_EXTRA_OPERATIONS_FWD_HPP_INCLUDED_

#include <cstddef>
#include <boost/atomic/detail/config.hpp>

#ifdef BOOST_HAS_PRAGMA_ONCE
#pragma once
#endif

namespace boost {
namespace atomics {
namespace detail {

template< typename Base, std::size_t Size, bool Signed, bool = Base::is_always_lock_free >
struct extra_operations;

} // namespace detail
} // namespace atomics
} // namespace boost

#endif // BOOST_ATOMIC_DETAIL_EXTRA_OPERATIONS_FWD_HPP_INCLUDED_

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-6.0.4 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-6.0.3 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-6.0.2 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-6.0.1 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-6.0.0 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-5.3.7 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-5.3.6 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-5.3.5 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp
passenger-5.3.4 src/cxx_supportlib/vendor-modified/boost/atomic/detail/extra_operations_fwd.hpp