$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2003-12-21 17:10:13
"Jonathan Turkanis" <technews_at_[hidden]> wrote in message
news:bs2ik9$2q5$1_at_sea.gmane.org...
> I have found that some MPL algorithms and metafunctions fail to compile on
> como 4.3.3 when applied to sequences containing certain lambda
expressions.
> The simplest example is:
>
> BOOST_STATIC_ASSERT( !empty< list< deref<_> > >::value );
>
I should add that the above works fine on a number of other compilers(
VC7.1, GCC 3.2, Intel 7.1) and it works on como with a simple hand-rolled
typelist.
Jonathan