|
Boost : |
From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-12-08 09:21:59
From: "George A. Heintzelman" <georgeh_at_[hidden]>
> > Turn BOOST_NO_PARTIAL_SPECIALIZATION on. It's working in majority
> > cases.
>
> My experience so far is that it is not needed in many cases. Several of
> the test files (E.g., bind_test) seem to work better with it off than
> with it on.
Sorry, what is "on" in the above?
Judging by the regression test output I decided that SunPro handles the
partial specialization version of boost::_bi::add_value fine but has trouble
with the MSVC-style workaround, so the condition there is now
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || (__SUNPRO_CC >=
0x530)
Unfortunately the full bind_test.cpp fails either way.
-- Peter Dimov Multi Media Ltd.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk