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 6 // <boost/thread/experimental/parallel/v1/exception_list.hpp> 7 8 9 #define BOOST_THREAD_VERSION 4 10 #include <boost/config.hpp> 11 #if ! defined BOOST_NO_CXX11_DECLTYPE 12 #define BOOST_RESULT_OF_USE_DECLTYPE 13 #endif 14 15 #include <boost/thread/experimental/parallel/v1/exception_list.hpp> 16 17 #include <boost/detail/lightweight_test.hpp> 18 19 main()20int main() 21 { 22 return boost::report_errors(); 23 } 24