Boost logo

Boost :

From: Howard Hinnant (hinnant_at_[hidden])
Date: 2001-04-12 07:36:08


On Wednesday, April 11, 2001, at 11:06 PM, Daryle Walker wrote:

> I got these errors, among some cascade errors, when trying out the
> files in
> the auto_array_ptr package I downloaded this morning:
>
> //=======================================================================
> ===
> Error : declaration syntax error
> auto_array.hpp line 213 operator auto_ptr_ref<Y>() throw()
>
> Error : declaration syntax error
> auto_array.hpp line 219 operator auto_ptr<Y>() throw()
>
> Error : declaration syntax error
> auto_array.hpp line 304 operator auto_ptr_ref<Y[]>() throw()
> //=======================================================================
> ===
>
> I'm using Metrowerks CodeWarrior Pro 5, with 5.3 update, for the
> regular Mac
> OS.

Though 5.3 does most member templates, it does not handle member
template operators. This is fixed in Pro 6.

-Howard


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