$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-03-31 04:52:06
> Great. Thanks for your help in this.
>
> Is what you emailed me the same as what is now in CVS?
> (I havent used the CVS before - but it may be time to learn)
Yes.
> Yes, that's what I do do. I probably didnt explain myself very well.
> But it's the operator++ that has to read input.
Understood: that should be OK, the code now shouldn't call operator++ on
something it isn't going to read (or hasn't read already).
John.