
22 May
2012
22 May
'12
4:16 p.m.
AMDG On 05/22/2012 06:39 AM, Beman Dawes wrote:
..\..\../boost/test/utils/runtime/config.hpp: In function 'void boost::runtime::putenv_impl(boost::runtime::cstring, boost::runtime::cstring)': ..\..\../boost/test/utils/runtime/config.hpp:95:51: error: 'putenv' was not declared in this scope
This is preventing me from testing other Boost libraries that use Boost.Test:-(
I think this is fixed in r78540. The problem is that -std=c++0x sets __STRICT_ANSI__ which disables putenv. In Christ, Steven Watanabe