$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-04-06 12:07:46
----- Original Message -----
From: "David A. Greene" <greened_at_[hidden]>
> The second point really leads me to think that a typelist approach
> might be the way to go. Can anyone argue for the method used by
> iterator_adaptor? I want to make sure I'm not missing something
> important. These aren't mutually exclusive, either -- I'll probably
> have fun working on both. :)
I think Jeremy's initial implementation used your approach. You might
want to look back at the CVS log and check out an older version to get a
look at an example.
-Dave