$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2002-01-06 08:40:26
John Maddock wrote:
> I've added is_member_function_pointer to the type traits lib as requested.
> It works for Borland/MSVC/GCC, but the code is suffiently problematic that
> it really needs testing with some other compilers as well, as there is a
> very real risk of this addition breaking type_traits.hpp for some.
I've updated the compiler logs for Solaris, IRIX, HP-UX, and Tru64 Unix.
Solaris and IRIX have regressions.
is_member_function_pointer seems to break EDG-based compilers.
has_nothrow_constructor seems to break gcc.
Jens Maurer