Chris@102: #ifndef BOOST_THREAD_EXPERIMENTAL_PARALLEL_V2_INLINE_NAMESPACE_HPP Chris@102: #define BOOST_THREAD_EXPERIMENTAL_PARALLEL_V2_INLINE_NAMESPACE_HPP Chris@102: Chris@102: ////////////////////////////////////////////////////////////////////////////// Chris@102: // Chris@102: // (C) Copyright Vicente J. Botet Escriba 2014. Distributed under the Boost Chris@102: // Software License, Version 1.0. (See accompanying file Chris@102: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@102: // Chris@102: // See http://www.boost.org/libs/thread for documentation. Chris@102: // Chris@102: ////////////////////////////////////////////////////////////////////////////// Chris@102: Chris@102: #include Chris@102: Chris@102: namespace boost { Chris@102: namespace experimental { Chris@102: namespace parallel { Chris@102: Chris@102: BOOST_THREAD_INLINE_NAMESPACE(v2) {} Chris@102: Chris@102: #if defined(BOOST_NO_CXX11_INLINE_NAMESPACES) Chris@102: using namespace v2; Chris@102: #endif Chris@102: Chris@102: } Chris@102: } Chris@102: } Chris@102: #endif