$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-09-26 05:06:22
Björn Karlsson wrote:
> Yep, according to §14.3.1.2: "A local type, a type with no linkage,
> an unnamed type or a type compounded from any of these types shall
> not be used as a template argument for a template typeparameter."
>
> I'll apply it to both RC_1_29_0 and the main trunk - thanks for the
> fix!
Thanks for applying the patch! There are still some failures in the
thread tests due to is_enum (and some more) from type_traits and due to
failures from function (also because of type traits). I have fixes for
those but I'm unsure wheter to post them now or wait until 1.29.0 is
finally out.
Markus