Boost logo

Boost Users :

From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2006-09-06 14:25:30


LionAM wrote:
>
> Thorsten Ottosen-3 wrote:
>
>>
>>Just a note: vc6 is not the most compliant compiler around, and it will
>>have problems with some cornors of Boost.PtrContainer, especially in the
>>new versions.
>>
>>I suggest you upgrade ASAP to at least 7.1 service pack 1.
>>
>
>
> I know these problems, but unfortunately I'm programming
> on an university pc - and I'm neither the only user nor an
> administrator...

But surely you can contact your administrator to install a free version
of say visual c++ 8?

> Do you perhaps know a light-weight-Version of ptr_vector,
> which only has basic features? For example not having to
> dereference the iterator twice. And which deletes the
> data automatically when it is removed...

Nope, sorry.

std::vector<boost::shared_ptr<t>> might be more lighter.

-Thorsten


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net