]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/thread/include/boost/thread/experimental/parallel/v2/inline_namespace.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / thread / include / boost / thread / experimental / parallel / v2 / inline_namespace.hpp
CommitLineData
7c673cae
FG
1#ifndef BOOST_THREAD_EXPERIMENTAL_PARALLEL_V2_INLINE_NAMESPACE_HPP
2#define BOOST_THREAD_EXPERIMENTAL_PARALLEL_V2_INLINE_NAMESPACE_HPP
3
4//////////////////////////////////////////////////////////////////////////////
5//
6// (C) Copyright Vicente J. Botet Escriba 2014. Distributed under the Boost
7// Software License, Version 1.0. (See accompanying file
8// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9//
10// See http://www.boost.org/libs/thread for documentation.
11//
12//////////////////////////////////////////////////////////////////////////////
13
14#include <boost/thread/experimental/config/inline_namespace.hpp>
15
16namespace boost {
17namespace experimental {
18namespace parallel {
19
20 BOOST_THREAD_INLINE_NAMESPACE(v2) {}
21
22#if defined(BOOST_NO_CXX11_INLINE_NAMESPACES)
23 using namespace v2;
24#endif
25
26}
27}
28}
29#endif