JeffGarland / liaw2019-process

Repository for initial drafting of boost.process standards paper
MIT License
5 stars 4 forks source link

Patch #25

Closed eliaskosunen closed 5 years ago

eliaskosunen commented 5 years ago

Add as_range to environment::entry Add OutputRange overloads to functions returning a vector Take command line argument list by forwarding reference instead of const reference environment::entry: (w)string() -> as_(w)string(), native_string() -> as_native_string(), for consistency with as_vector() and now as_range().