Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [RW_Mingw] Testing with -std=c++0x ?
From: Beman Dawes (bdawes_at_[hidden])
Date: 2009-05-01 20:42:56


On Fri, May 1, 2009 at 8:17 PM, Richard Webb
<richard.webb_at_[hidden]> wrote:
>
>
> Beman Dawes wrote:
>>
>>
>> PS: The http://www.equation.com/servlet/equation.cmd?call=fortran 4.4.0
>> build needs lines 159 and 160 of .../include/c++/4.4.0/cwchar to be
>> commented out.
>>
>>
>
> The problem with the headers seems to be down to this:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34032
>
> I tried running the tests with std=c++0x and got a load of failures due to
> 'putenv' being undefined (sideffect of __STRICT_ANSI__ being defined). Using
> std=gnu++0x instead of std=c++0x seems ok.

Interesting. Are you running with the tests with -std=gnu++0x?

Looking at trunk boost/config/compiler/gcc.hpp, it doesn't look like
we've got either 4.3.x or 4.4.x right yet as far as C++0x features.
That's why I'm interested in regular testing.

Thanks,

--Beman


Boost-testing list run by mbergal at meta-comm.com