Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-06-28 06:05:26


From: "Ralf W. Grosse-Kunstleve" <rwgk_at_[hidden]>
> ### mwcc Compiler:
> # In: ..\..\..\boost\shared_ptr.hpp
> # --------------------------------------
> # 246: template<typename Y> friend class shared_ptr;
> # Error: ^^^^^^
> # declaration syntax error
>
> Full log:
>
> http://cci.lbl.gov/boost/
> http://cci.lbl.gov/boost/results/1025247600/dailylog_win32_cw72_test

# if(__MWERKS__ <= 0x2406) // 7.0 & 7.1
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
# endif

Looks like 7.2 still needs BOOST_NO_MEMBER_TEMPLATE_FRIENDS, at least.


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