Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-12-13 10:55:06


From: "George A. Heintzelman" <georgeh_at_[hidden]>
> > Unfortunately the full bind_test.cpp fails either way.
>
> Right. This can be fixed by adding the std:: qualifier inside the
> definition of less<shared_ptr<T> > that I mentioned:
>
> ./regression -o temp.html --compiler suncc run libs/bind/bind_test.cpp
> *** libs/bind/bind_test.cpp ***
>
> ** Sun WorkShop 6 update 2 C++ 5.3 2001/05/15
> rm -rf SunWS_cache && CC -o boosttmp.exe -I.. ../libs/bind/bind_test.cpp
> -lrt
> CPU time: 19.79 s user, 1.77 s system
> ./boosttmp.exe
> no errors detected
> CPU time: 0 s user, 0.02 s system
> Pass

Do you mean that bind_test.cpp can be made to work only by removing the
BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION from the SunPro config and by
adding the std:: in smart_ptr.hpp?

If this is the case perhaps we should apply this patch to the CVS? Any
objections?

--
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