$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-07-05 17:51:15
On Jul 5, 2004, at 3:55 PM, David Abrahams wrote:
> Take care with call_traits. The documentation isn't very clear about
> how it behaves in all circumstances (especially on broken compilers).
> I would be inclined to build my own individual metafunctions (rather
> than traits "blobs") for doing the kinds of thigs that call_traits
> tries to address.
Perhaps we should deblobify call_traits (putting the resulting
fine-grained traits into the type_traits lib) and deprecate it?
Doug