Boost logo

Boost :

From: Daniel Walker (daniel.j.walker_at_[hidden])
Date: 2007-04-28 10:07:44


On 4/27/07, Eric Niebler <eric_at_[hidden]> wrote:
>
> Result_of support for older compilers ... I suppose that requires
> partial template specialization, right? Do we still support compilers
> that don't do PTS?

boost::result_of isn't available on compilers where BOOST_NO_SFINAE or
BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION are defined. I think that's
been the case for a long time. So, I think it's reasonable that if
boost::result_of doesn't support those compilers, things that rely on
boost::result_of can't be expected to support them either.

Daniel


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