exception_list_pass.cpp 577 B

1234567891011121314151617181920212223
  1. // Copyright (C) 2014 Vicente J. Botet Escriba
  2. //
  3. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. // <boost/thread/experimental/parallel/v1/exception_list.hpp>
  6. #define BOOST_THREAD_VERSION 4
  7. #include <boost/config.hpp>
  8. #if ! defined BOOST_NO_CXX11_DECLTYPE
  9. #define BOOST_RESULT_OF_USE_DECLTYPE
  10. #endif
  11. #include <boost/thread/experimental/parallel/v1/exception_list.hpp>
  12. #include <boost/detail/lightweight_test.hpp>
  13. int main()
  14. {
  15. return boost::report_errors();
  16. }