** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=lxr_eic at /usr/local/share/lxr/lxr-2.3.7/lib/LXR/Common.pm line 1161, <GEN23> line 1.

Last-Modified: Sun, 19 Apr 2025 09:17:04 GMT Content-Type: text/html; charset=utf-8 /master/include/boost/process/v1/detail/traits/error.hpp
Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 08:42:36

0001 // Copyright (c) 2016 Klemens D. Morgenstern
0002 //
0003 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 
0007 #ifndef BOOST_PROCESS_DETAIL_TRAITS_ERROR_HPP_
0008 #define BOOST_PROCESS_DETAIL_TRAITS_ERROR_HPP_
0009 
0010 #include <boost/process/v1/detail/config.hpp>
0011 #include <system_error>
0012 #include <boost/process/v1/detail/traits/decl.hpp>
0013 
0014 
0015 
0016 namespace boost { namespace process { BOOST_PROCESS_V1_INLINE namespace v1 { namespace detail {
0017 
0018 struct error_tag;
0019 
0020 template<>
0021 struct initializer_tag<std::error_code>;
0022 
0023 }}}}
0024 
0025 #endif /* BOOST_PROCESS_DETAIL_HANDLER_HPP_ */