$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2003-11-13 18:02:02
> 2. To make my transition to MPL easier, I started by modifying our
typelist
> to become a conforming MPL sequence. I was able to successfully use some
of
> MPL algorithms on it (like "fold" family, "find", etc.). However, to be
> able to use mpl::equal, I had to make "next" and "type" typedefs available
> on my end() iterator. Is it how it should be?
Please disregard this question -- I realised where my mistake was.
Thanks,
Arkadiy