|
Boost : |
Subject: Re: [boost] [type_traits] extension has_operator_xxx - cv qualifiers and references
From: Edward Diener (eldiener_at_[hidden])
Date: 2011-02-14 09:11:48
On 2/12/2011 1:21 AM, Frédéric Bron wrote:
>> First I need to filter out the warning message, which by its repetition
>> creates a huge log file. Then I will drop results in the vault for VC8, VC9,
>> and VC10 for your library as long as I have access to the Boost vault. I
>> hope to have this for you by the end of the weekend at latest.
>
> Take your time, I have already some work with what you already sent. I
> am trying to understand why msvc does not work as g++ for
> has_opeartor_multiplies<bool, bool, bool>.
After getting your latest update from the sandbox I ran the tests using
VC++ 8,9,10. All the tests passed but with many warnings, which you
should probably attempt to eliminate as much as possible. I uploaded the
test results to the Boost Vault in the Home / Test directory as
msvctests.zip.
In order to run the tests I had to make a change to the project-root.jam
locally. The last lines of that file with my change read:
project tt
: requirements
<include>$(tt-header-include)&&$(boost-root)
: # build everything in ./bin.v2
build-dir bin.v2
;
This forces the sandbox directory to be included before any Boost
directory when compiling.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk