Imported Upstream version 1.64.0
[platform/upstream/boost.git] / boost / process / detail / traits / error.hpp
1 // Copyright (c) 2016 Klemens D. Morgenstern\r
2 //\r
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying\r
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
5
6
7 #ifndef BOOST_PROCESS_DETAIL_TRAITS_ERROR_HPP_\r
8 #define BOOST_PROCESS_DETAIL_TRAITS_ERROR_HPP_\r
9
10 #include <boost/process/detail/config.hpp>\r
11 #include <system_error>\r
12 #include <boost/process/detail/traits/decl.hpp>\r
13
14
15
16 namespace boost { namespace process { namespace detail {\r
17
18 struct error_tag;\r
19
20 template<>\r
21 struct initializer_tag<std::error_code>;\r
22
23 }}}\r
24
25
26
27 #endif /* BOOST_PROCESS_DETAIL_HANDLER_HPP_ */\r