$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-02-19 11:23:27
The new version of type_traits (in CVS only) appears to be reporting
is_arithmetic<long long>::value == true
but
is_integral<long long>::value == false
This is when using plain GCC.
-Dave