
Arkadiy Vertleyb wrote:
"Minmin Gong" <gongminmin@yeah.net> 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?
Or perhaps you didn't register your types, which is required in 1.34, but not in the version currently in CVS. We can't know unless you supply code that reproduces your error. -- Eric Niebler Boost Consulting www.boost-consulting.com