|
||||
File indexing completed on 2025-01-18 09:50:10
0001 // 0002 // boost/process/v2/default_launcher.hpp 0003 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 0004 // 0005 // Copyright (c) 2022 Klemens D. Morgenstern (klemens dot morgenstern at gmx dot net) 0006 // 0007 // Distributed under the Boost Software License, Version 1.0. (See accompanying 0008 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0009 // 0010 0011 #ifndef BOOST_PROCESS_V2_IMPL_DEFAULT_LAUNCHER_IPP 0012 #define BOOST_PROCESS_V2_IMPL_DEFAULT_LAUNCHER_IPP 0013 0014 #include <boost/process/v2/detail/config.hpp> 0015 0016 #if defined(BOOST_PROCESS_V2_WINDOWS) 0017 #include <boost/process/v2/windows/impl/default_launcher.ipp> 0018 #else 0019 #include <boost/process/v2/posix/detail/close_handles.ipp> 0020 #endif 0021 0022 0023 0024 #endif //BOOST_PROCESS_V2_IMPL_DEFAULT_LAUNCHER_IPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |