Boost logo

Boost :

From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2007-05-14 13:22:00


"Minmin Gong" <gongminmin_at_[hidden]> wrote
> It seems that BOOSTTYPEOF in 1.34 doesn't work in VC8. I try to copy
> boost\typeof\msvc\typeof_impl.hpp and boost\typeof\typeof.hpp from CVS
> HEAD to 1.34 and it works. Did I do something wrong or there is a bug?

I suspect you might be trying to use the MSVC "native" mode, which is
available in head but not in 1.34.0. Look for the "using typeof
emulation/native typeof" compiler message. Which one is it?

In 1.34.0 you have to use emulation mode with vc8.0. It is supposed to be
used by default. Did you by any chance define BOOST_TYPEOF_NATIVE?

Regards,
Arkadiy


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