$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: chun ping wang (cablepuff_at_[hidden])
Date: 2007-11-24 02:48:54
yeah I notice int is copyable.. is their a easy way to get around this..
like i still want to use int type. Do i just pass int* in their ...
On Nov 23, 2007 7:09 AM, Thorsten Ottosen <thorsten.ottosen_at_[hidden]>
wrote:
> chun ping wang skrev:
> > Thanks. For some reason this does not work.
>
> You cannot copy-construc a pointer vector either.
>
> > template
> > <
> >   class T,
> >   template <
> >     typename,
> >     typename  = boost::heap_clone_allocator,
> >     typename  = std::allocator<void*> >
> >   class PTR_CONT
> >  >
> > PTR_CONT<PTR_CONT<T> > getDataSet(const char* fileInputPath,
>
> -Thorsten
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
>