From: "David Abrahams" <[EMAIL PROTECTED]>
> 
> Even after applying other workarounds, the following patch seems to be
> required to get the Boost.Bind test to pass on the latest Sun
> compilers. Is it appropriate to apply this, or should this problem
> cause the test to fail?
> 
> -    BOOST_TEST( bind(&X::hash, _1)(x) == 23558 );
> +    BOOST_TEST( bind<unsigned int>(&X::hash, _1)(x) == 23558 );

I think that the right thing is to #ifdef the bind<> path for Sun only.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to