|
||||
File indexing completed on 2025-01-31 10:03:04
0001 #ifndef BOOST_THREAD_EXPERIMENTAL_PARALLEL_V2_INLINE_NAMESPACE_HPP 0002 #define BOOST_THREAD_EXPERIMENTAL_PARALLEL_V2_INLINE_NAMESPACE_HPP 0003 0004 ////////////////////////////////////////////////////////////////////////////// 0005 // 0006 // (C) Copyright Vicente J. Botet Escriba 2014. Distributed under the Boost 0007 // Software License, Version 1.0. (See accompanying file 0008 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0009 // 0010 // See http://www.boost.org/libs/thread for documentation. 0011 // 0012 ////////////////////////////////////////////////////////////////////////////// 0013 0014 #include <boost/thread/experimental/config/inline_namespace.hpp> 0015 0016 namespace boost { 0017 namespace experimental { 0018 namespace parallel { 0019 0020 BOOST_THREAD_INLINE_NAMESPACE(v2) {} 0021 0022 #if defined(BOOST_NO_CXX11_INLINE_NAMESPACES) 0023 using namespace v2; 0024 #endif 0025 0026 } 0027 } 0028 } 0029 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |