
6 Feb
2007
6 Feb
'07
10:54 p.m.
AMDG Matthias Schabel <boost <at> schabel-family.org> writes:
Just one thing. How about using Boost.Typeof?
I tried using Boost.Typeof in a much earlier incarnation, at which time it didn't work. Assuming the library gets incorporated into Boost, that would be a logical thing to add. For now I'd rather not mess too much with the internals since they're working satisfactorily and changing over to Boost.Typeof would just be an implementation detail anyway.... Will put it on the to-do list, though.
You might want to switch on BOOST_TYPEOF_NATIVE. That will at least catch compilers that use __typeof__ + msvc while avoiding the possibly expensive registration/lookup mechanism. In Christ, Steven Watanabe