|
Boost Testing : |
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-05-19 22:07:53
Beman Dawes wrote:
> Looking at the Jamfiles, it looks like the enable_if tests are run.
> But they don't seem to be reported.
>
> Am I missing something?
>
> 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.
Jonathan