$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-12-13 18:26:51
----- Original Message -----
From: "Paul Mensonides" <pmenso57_at_[hidden]>
> #define IIF(c, t, f) CAT(ELEM_, cond)(f, t)
^ this should be 'c' instead
> #define NAME Abrahams, David
>
> SPLIT(0, ABC) // Abrahams
> SPLIT(1, ABC) // David
^ these should be 'NAME'
Sorry about those, that is what I get for copying while changing names!
Paul Mensonides