$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-01-24 08:06:43
On 01/24/2005 05:38 AM, Larry Evans wrote:
> HTH.
OOPS. Sorry. I responded too soon. I thought the Parameters
were the various types of singletons, but they're parameters
to a key in the lookup list. I guess in that case, you could
do the same thing but just define an operator< for the
reverse_fold result by defining individual operator<'s for elements
in the typelist and use Multiton::operator< for an element by element
comparison.
HTH.
Larry