
14 May
2007
14 May
'07
5:22 p.m.
"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? Regards, Arkadiy