|
Boost Testing : |
Subject: Re: [Boost-testing] [RW_Mingw] Testing with -std=c++0x ?
From: Richard Webb (richard.webb_at_[hidden])
Date: 2009-05-01 20:17:45
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.
-- View this message in context: http://www.nabble.com/-RW_Mingw--Testing-with--std%3Dc%2B%2B0x---tp23338241p23341759.html Sent from the Boost - Testing mailing list archive at Nabble.com.