From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2005-12-30 14:12:22


"Rene Rivera" <grafik.list_at_[hidden]> wrote

> Eric Niebler wrote:
> >
> > You can help improve Boost.Foreach and Boost.Typeof for your favorite
> > compiler! Read on.
>
> Well typeof is already native and working fine for CW (8.3) :-)

Right, but you can't use native typeof to develop portable code on this
compiler. You would have to use emulation mode.

Besides, Eric actualy means LVALUE_TYPEOF (something that tries to
approximate decltype), and this functionality is built on top of typeof,
whether native or emulation.

Regards,
Arkadiy