$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-08-30 16:04:11
On Friday 30 August 2002 10:42, Carlo Wood wrote:
> On Fri, Aug 30, 2002 at 03:54:03PM -0400, Toon Knapen wrote:
> > I would prefer though
> > std::string demangle(const std::type_info& i)
> > because e.g. it's easier to use it in
> > std::cout << demangle( typeid(a) ) << std::endl;
>
> This is not the most general interface and will have
> to be a wrapper around the more general one.
agreed and fine with me !