$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-02-21 06:22:10
From: "Vladimir Ciobanu" <psycho_at_[hidden]>
> PS: I'd like the same semantics for typeof( ). Something like:
> const T& a;
> typeof( a ) == typeof( T);
> typeof( const a ) == typeof( const T);
> typeof( const a&) == typeof( const T&);
I'm sure you do.
typeof(std::cout << 5) void f()
{
return std::cout << 5;
}