]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/process/detail/traits/error.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / process / detail / traits / error.hpp
1 // Copyright (c) 2016 Klemens D. Morgenstern
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
7 #ifndef BOOST_PROCESS_DETAIL_TRAITS_ERROR_HPP_
8 #define BOOST_PROCESS_DETAIL_TRAITS_ERROR_HPP_
9
10 #include <boost/process/detail/config.hpp>
11 #include <system_error>
12 #include <boost/process/detail/traits/decl.hpp>
13
14
15
16 namespace boost { namespace process { namespace detail {
17
18 struct error_tag;
19
20 template<>
21 struct initializer_tag<std::error_code>;
22
23 }}}
24
25
26
27 #endif /* BOOST_PROCESS_DETAIL_HANDLER_HPP_ */