2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

v2::environment link fixes

This commit is contained in:
Klemens Morgenstern
2023-08-14 17:28:08 +08:00
parent bfb1ebb5bd
commit 8d372cb510

View File

@@ -1805,6 +1805,7 @@ struct process_environment
}
BOOST_PROCESS_V2_DECL
error_code on_setup(posix::default_launcher & launcher,
const filesystem::path &, const char * const *);
@@ -1886,6 +1887,8 @@ struct hash<BOOST_PROCESS_V2_NAMESPACE::environment::key_value_pair>
#if defined(BOOST_PROCESS_V2_HEADER_ONLY)
#include <boost/process/v2/impl/environment.ipp>
#include <boost/process/v2/detail/impl/environment.ipp>
#endif