$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-08-15 13:32:09
Robert R. wrote [privately]
>Originally I had used scoped_ptr there. The problem is that scoped_ptr
isn't
>supported with all compilers - specifically Borland. I don't know about
>others.
If that is true then why do they pass the test???
(http://engineering.meta-comm.com/boost-regression/CVS-RC_1_33_0/user/smart_
ptr_release.html)
If it is true scoped_ptr don't work with borland, then I suggest that you at
least do
template< class T >
struct serialization_scoped_ptr
{
// extreamely simple stuff here
};
best regards
Thorsten