$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hamish Mackenzie (boost_at_[hidden])
Date: 2001-11-26 12:20:50
On Mon, 2001-11-26 at 16:50, Andrei Alexandrescu wrote:
> Ick, that's a bug in my awk script that translates the naming conventions.
I have updated that typelistext.hpp generator program if you need it.
My preferences
> * typelist
yes
> * null_typelist
typelist::null
> * base_derived
not fussed
> * typelist<...>::head
head_type
> * typelist<...>::tail
tail_type
Leaves head and tail free in case we go with the tuple==type_list thing