$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn-boost_at_[hidden])
Date: 2005-05-30 07:33:57
Arkadiy Vertleyb <vertleyb <at> hotmail.com> writes:
> Well, this is just:
>
> typeof(expr) var = expr;
>
> I am surprized that it compiles in the native mode. Can a variable have the
> type "void"?
Oops, I jumped into BOOST_TYPEOF section silently. It is BOOST_TYPEOF that works
this way. Sorry for this.
> Only type, integral, and template template parameters are currently
Any plans to support other non-type parameters in a future?
-- Alexander Nasonov