Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-03-01 15:43:51


Rozental, Gennadiy wrote:
>> Test test_tools_test - Regressions on VC++ 6.0 and 7.0.
>
> I did not make any changes lately. But from error messages it seems
> like has something to do with boost::bind. Peter could you please
> take a look.

Yes, it appears to be a compiler bug, demonstrated by:

template<class F> void test(F & f)
{
}

int main()
{
    typedef void (*Fp) ();
    Fp const fp = 0;
    test(fp);
}

I'll fix it as soon as I decide what's the proper fix going to be.


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