$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Krügler (dsp_at_[hidden])
Date: 2005-08-23 01:20:13
Thorsten Ottosen wrote:
> "Daniel Krügler" <dsp_at_[hidden]> wrote in message
> news:debrje$rte$2_at_sea.gmane.org...
> I think that there is a typo in the 2nd c'tor of
> ptr_container_detail::ptr_array_impl<>:
>
> Shouldn't it say
>
> this->assign( 0 );
>
> instead of the currently written
>
> this->assing( 0 );
>
> ??
>
>
> Oh yes. Thanks. Did this cause compilation-problems for you?
No, I just stumbled across it (Irregularity of text pattern
or so ;-)))
Daniel