$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andreas Huber (ahd6974-spamgroupstrap_at_[hidden])
Date: 2005-08-03 07:55:09
Andreas Huber <ahd6974-spamgroupstrap <at> yahoo.com> writes:
> I don't think so, I'm only reversing the sequence *after* performing other
> mutating operations on it. Here's an example from the current implementation
> (context_type_list is assembled from multiple InnerInitial lists):
I just had a look at the code and it turns out that the above is wrong
(context_type_list is filled form scratch and not by modifying user-supplied
sequences). The only operations that the InnerInitial sequence must support
are:
- size
- empty
- at
- at_c
- begin
- end
- erase
Regards,
-- Andreas Huber When replying by private email, please remove the words spam and trap from the address shown in the header.