Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/atomic/detail/operations_fwd.hpp @ 102:f46d142149f5
Whoops, finish that update
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:13:41 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
101:c530137014c0 | 102:f46d142149f5 |
---|---|
1 /* | |
2 * Distributed under the Boost Software License, Version 1.0. | |
3 * (See accompanying file LICENSE_1_0.txt or copy at | |
4 * http://www.boost.org/LICENSE_1_0.txt) | |
5 * | |
6 * Copyright (c) 2014 Andrey Semashev | |
7 */ | |
8 /*! | |
9 * \file atomic/detail/operations_fwd.hpp | |
10 * | |
11 * This header contains forward declaration of the \c operations template. | |
12 */ | |
13 | |
14 #ifndef BOOST_ATOMIC_DETAIL_OPERATIONS_FWD_HPP_INCLUDED_ | |
15 #define BOOST_ATOMIC_DETAIL_OPERATIONS_FWD_HPP_INCLUDED_ | |
16 | |
17 #include <boost/atomic/detail/config.hpp> | |
18 | |
19 #ifdef BOOST_HAS_PRAGMA_ONCE | |
20 #pragma once | |
21 #endif | |
22 | |
23 namespace boost { | |
24 namespace atomics { | |
25 namespace detail { | |
26 | |
27 template< unsigned int Size, bool Signed > | |
28 struct operations; | |
29 | |
30 } // namespace detail | |
31 } // namespace atomics | |
32 } // namespace boost | |
33 | |
34 #endif // BOOST_ATOMIC_DETAIL_OPERATIONS_FWD_HPP_INCLUDED_ |