$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-07-15 04:56:41
> 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.