$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-01-19 17:58:10
It seems like a number of the templates aren't able to give good results for
user-defined types. For example, shouldn't is_integral<T> check
numeric_limits<T>::is_integer when possible?
Also, I keep seeing the word "convertion" instead of "conversion" in the
docs. I think this is a spelling error.
-Dave