$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2007-11-23 10:09:57
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