Subject: Re: [boost] [type_traits] extension has_operator_xxx - cv qualifiers and references
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-02-08 15:55:32


> I would be willing to run the tests using VC8, VC9, and VC10.
>
> I wonder if you could create a target in the test jamfile just for the
> operatory traits on which you are working, since I would like to focus in my
> test on just the operator traits.

Done in revision r68732 of the sandbox. If you go in
sandbox/type_traits/libs/type_traits/test
$ bjam operators

Frédéric