last_error.hpp 533 B

12345678910111213141516171819202122
  1. // Copyright (c) 2022 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. #ifndef BOOST_PROCESS_V2_DETAIL_LAST_ERROR_HPP
  6. #define BOOST_PROCESS_V2_DETAIL_LAST_ERROR_HPP
  7. #include <boost/process/v2/detail/config.hpp>
  8. BOOST_PROCESS_V2_BEGIN_NAMESPACE
  9. namespace detail
  10. {
  11. BOOST_PROCESS_V2_DECL error_code get_last_error();
  12. }
  13. BOOST_PROCESS_V2_END_NAMESPACE
  14. #endif //BOOST_PROCESS_V2_DETAIL_LAST_ERROR_HPP