$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost any questions and praise
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-01-30 20:51:38
AMDG
Alan Tennant wrote:
> Thanks for the info. Can it be done (at all, at the moment, elegantly,
> practically, by turning a std::type_info into a type) ?
>
It can't be done. Types must be known at compile time,
but std::type_info is only known at runtime.
In Christ,
Steven Watanabe