$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmutkaiser_at_[hidden])
Date: 2004-05-03 00:52:26
Arkadiy Vertleyb wrote:
> Although I believe that I don't do anything non-standard now,
> unfortunately
> I can't prove it myself. The only compiler I have besides
> MSVC is GCC, and
> it gives me "sorry not implemented" on something as simple as
> mpl::int_<sizeof(foo(...))>... Besides, GCC already has a
> typeof. Would
> anybody be so kind as to try the "typeof" with some other
> compiler? I would
> really apprciate this...
>
> Here is the link:
>
> http://groups.yahoo.com/group/boost/files/typeof.zip
>
I've successfully compiled your sample code with Intel V8.0 (Windows and
Linux) and VC8 (alpha). Gcc 3.2.x doesn't work for me either.
Regards Hartmut