
30 Dec
2005
30 Dec
'05
7:12 p.m.
"Rene Rivera" <grafik.list@redshift-software.com> 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