$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2005-01-16 22:43:33
On Sun, 16 Jan 2005 21:05:55 -0600, Aaron W. LaFramboise wrote
> Is there a Boost library that supports manipulating process environment
> variables?
I think there was some discussion of integrating this capability into the
program options library, but it may be a 'planned extension' as it isn't in
the current docs that I could find.
> I realize that accessing environment variables in the normal way is
> typically trivial, but it would be nice to have the entire thing wrapped
> up in a system-independent interface that is natural for C++.
I agree this would be a nice simple and nice addition.
Jeff