|
||||
File indexing completed on 2025-01-31 10:03:04
0001 #ifndef BOOST_THREAD_EXPERIMENTAL_PARALLEL_V1_INLINE_NAMESPACE_HPP 0002 #define BOOST_THREAD_EXPERIMENTAL_PARALLEL_V1_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 namespace boost { 0016 namespace experimental { 0017 namespace parallel { 0018 0019 BOOST_THREAD_INLINE_NAMESPACE(v1) {} 0020 0021 #if defined(BOOST_NO_CXX11_INLINE_NAMESPACES) 0022 using namespace v1; 0023 #endif 0024 0025 } 0026 } 0027 } 0028 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |