$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-09-22 20:12:58
That's pretty cool! Good work, Bill.
-Dave
----- Original Message -----
From: "William Kempf" <sirwillard_at_[hidden]>
> I've uploaded a complete tuple implementation that compiles under
> VC++ (ver 6, SP 4) to the lambda folder (in a subfolder) so you can
> take a look at what was required to do this. The code is based off
> of the article "Tuples and multiple return values in C++", and so
> isn't completely compatible with the implementation in LL (yet), but
> it compiles cleanly and passes preliminary test code. I'm not sure
> about the efficiency of the code produced, but at least I've got a
> working tuple!
>
> Bill Kempf
>
>
>
>