
15 Jul
2005
15 Jul
'05
9:56 a.m.
I see your point. It seems the library (dinkumware) which ships with Beta2 does not contain type traits for fundamental types from which one can extract the correct values for __is_xxx or __has_xxx intrinsics. Is this going to change in the final release of VC8 or is there another way of getting the correct TT values for undamental types (besides doing it yourself)?
Or by using Boost.Type Traits you'll get support for both fundamental types, and for types that are supported by the new compiler intrinsics. John.