$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-09-30 10:28:27
Allen Cronce <acronce <at> earthlink.net> writes:
>
>
>
> No one responded to this so I'm sending it again.
> I understand that the work around is to not use stack objects. But the
> documentation indicates that this should work.
Ok, could you point to the documentation where this is stated, so I can remove
it?
It's not right; as can be seen from, only T* arguments are accepted by
push_back (in the next release auto_ptr<T> is probably supported too)
http://www.boost.org/libs/ptr_container/doc/ptr_sequence_adapter.html
br
Thorsten