Boost logo

Boost :

Subject: Re: [boost] [type_traits] Rewrite and dependency free version
From: Edward Diener (eldiener_at_[hidden])
Date: 2015-01-15 15:12:09


On 1/15/2015 1:39 PM, John Maddock wrote:
>>> You missed out the error message!
>>
>> Just warnings and no error message.
>>
>>> But again, does the current version
>>> have the same failure?
>>
>> The current version has similar failures. I don't see an error message
>> with the failures in either the current version or the version2 version
>> for gcc-3.4.5, just lots of warnings with "...failed gcc.compile.c++ ...
>> " messages. Are the type_traits tests set to fail if any warnings occur ?
>
> Ah yes, it has warnings-as-error turned on.
>
>>> There are out of date mentions in the docs - it all needs a *lot* of
>>> revising.
>>
>> I could not find any mention of compiler requirements in the type_traits
>> docs, much less out of date mentions, other than in the topic "Support
>> for Compiler Intrinsics".
>
> Each trait should list what compiler features it requires for correct
> functionality.

Trying gcc-3.4.2 it has the same result as gcc-3.4.5 using master and
Version2 branches.

Trying gcc-3.3.3 it complains:

"cc1plus.exe: error: unrecognized option `-Wextra'"

for every file whether using master or version2.

Whether type_traits should compile with these old gcc-3 versions is up
to you.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk