task_region.hpp 602 B

12345678910111213141516
  1. #ifndef BOOST_THREAD_EXPERIMENTAL_TASK_REGION_HPP
  2. #define BOOST_THREAD_EXPERIMENTAL_TASK_REGION_HPP
  3. //////////////////////////////////////////////////////////////////////////////
  4. //
  5. // (C) Copyright Vicente J. Botet Escriba 2014. Distributed under the Boost
  6. // Software License, Version 1.0. (See accompanying file
  7. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  8. //
  9. // See http://www.boost.org/libs/thread for documentation.
  10. //
  11. //////////////////////////////////////////////////////////////////////////////
  12. #include <boost/thread/experimental/parallel/v2/task_region.hpp>
  13. #endif