]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/thread/experimental/exception_list.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / thread / experimental / exception_list.hpp
1 #ifndef BOOST_THREAD_EXPERIMENTAL_EXCEPTION_LIST_HPP
2 #define BOOST_THREAD_EXPERIMENTAL_EXCEPTION_LIST_HPP
3
4 //////////////////////////////////////////////////////////////////////////////
5 //
6 // (C) Copyright Vicente J. Botet Escriba 2014. Distributed under the Boost
7 // Software License, Version 1.0. (See accompanying file
8 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9 //
10 // See http://www.boost.org/libs/thread for documentation.
11 //
12 //////////////////////////////////////////////////////////////////////////////
13
14 #include <boost/thread/experimental/parallel/v1/exception_list.hpp>
15
16 #endif