Boost logo

Boost :

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;
}


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk