$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2004-06-22 05:39:06
Joaquín Mª López Muñoz wrote:
> The name we came up with is
>
> BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS
>
> I include a little test case that successfully detects the bug
> in three out of the four compilers checked to show the problem
I tested the following versions of GCC using your testcases, in both optimized
and non-optimized mode: 2.95.3, 3.0.4, 3.2.3, 3.3.4, 3.4.0, 3.5.0-CVS. They all
work correctly. So config/compiler/gcc.hpp does not need this macro.
Thanks
-- Giovanni Bajo