$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tarjei Knapstad (tarjeik_at_[hidden])
Date: 2002-08-31 08:10:36
On Sat, 2002-08-31 at 12:43, John Maddock wrote:
> > Partial specialization in the new GCC seems to be broken for
> > function types. This came up with LL, which triggered some warnings
> > in type_traits.
>
> Unless I'm missing something gcc3.2 hasn't been released yet? If so this
> would be better reported to the gcc guys...
>
You did miss something :) 3.2 is out, it is meant to be a
"stable/complete ABI" release, as well as some minor bugfixes to 3.1.1.
http://gcc.gnu.org/gcc-3.2/changes.html
Tarjei