$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Reid Sweatman (reids_at_[hidden])
Date: 1999-08-18 13:33:28
> > You're basically just describing a sentinel; why not
> actually implement one,
> > and make the container one larger on construction, with the
> end condition
> > being that you skipped to the sentinel?
>
> Then you have to wrap the container, not just the iterator.
> In any case, it's more work.
Yup. Spoke without thinking, instead of the other way around.