Skip to content

Commit

Permalink
v2::environment link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Aug 14, 2023
1 parent bfb1ebb commit 8d372cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/boost/process/v2/environment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d372cb

Please sign in to comment.