$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (hinnant_at_[hidden])
Date: 2004-05-03 09:33:25
On May 3, 2004, at 4:55 AM, Daniel Frey wrote:
> Shouldn't we use the compiler's native typeof-implementation where
> available? IIRC both GCC and Intel support __typeof__
Metrowerks as well (same spelling, same semantics). Note that this is
not a reference-preserving operation like the proposed decltype.
-Howard