From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2006-11-29 14:19:35


On 11/29/06, Noah Roberts <roberts.noah_at_[hidden]> wrote:

> template < typename T >
> typename T::iterator first_pipe(T const& cont)

I caught this error and changed the return type to const_iterator.

Thanks anyway.