|
Boost Testing : |
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-05-20 11:03:45
Beman Dawes wrote:
> "Jonathan Turkanis" wrote in message
>> Beman Dawes wrote:
>>> I need to know what compilers support enable_if.
>>
>> You can get this information by searching the headers in
>> <boost/config/compilers> for BOOST_NO_SFINAE.
>
> Yes, or just look at the config_info test results, which are always
> linked to in the regression reports.
Thanks, I hadn't seen that before. Still, it looks like more work than searching
the config headers.
> But that is a bit indirect.
It's not really indirect, since enable_if is specifically disabled for compilers
for which BOOST_NO_SFINAE is defined.
> Seems like the test results should be
> reported directly.
I agree.
Jonathan