$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-06-20 12:37:12
From: "Ralf W. Grosse-Kunstleve" <rwgk_at_[hidden]>
> Here is what somehow evolved out of necessity in my environment (to give
this
> some street cred: I define myself as a scientific programmer):
>
> template <class T> struct type_holder { typedef T type; };
I believe Andrei suggested type2type<> and it met with general approval.
-Dave