$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2002-04-10 16:54:16
"Jeff Garland" <jeff_at_[hidden]> wrote in message
news:LPBBLOEIMCKBCMMHJMGAIEGLDMAA.jeff_at_crystalclearsoftware.com...
> struct foo;
> typedef boost::mpl::type_list<int, long, foo> mpl_typelist;
> typedef TYPELIST_3(int, long, foo) loki_typelist;
>
> I personally prefer the non-macro form.
Indeed; my plan is to remove the macros from Loki anyway.
Andrei