$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jaakko Jarvi (jajarvi_at_[hidden])
Date: 2002-11-26 17:59:31
> >> make_tuple(ref(x1), ref(y1), ref(z1)) < ...
> >
> > Isn't this equivalent to
> >
> > tie(x1, y1, z1) < tie(x2, y2, z2)
> >
> > ?
>
> I think so!
It is.
/Jaakko