
28 Apr
2007
28 Apr
'07
2:07 p.m.
On 4/27/07, Eric Niebler <eric@boost-consulting.com> 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