$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: helmut.zeisel_at_[hidden]
Date: 2001-11-02 09:43:34
--- In boost_at_y..., "Fernando Cacciola" <fcacciola_at_g...> wrote:
> Does this compile?
>
> int main()
> {
> double d=5;
> typedef ::boost::numeric_cast_traits<int,double> traits ;
> int j = traits::converter::cvt(d);
> }
>
Yes.
Helmut