$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2002-06-09 16:05:01
----- Original Message -----
From: "Terje Slettebø" <tslettebo_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Sunday, June 09, 2002 9:35 PM
Subject: Re: [boost] BLL for other compilers than GCC and Kai C++
> >>From: "Beman Dawes" <bdawes_at_[hidden]>
>
> >>Have you had any luck figuring out what options are required to make
Intel
> >>6.0 act like a standards conforming compiler?
>
> >I started testing out the options, but as there's a lot of them, and I
had
> >some school stuff to attend to, now, I had to postpone the rest. I'll
As a side note to this thread, BLL appears to be compatible with Comeau 4.3
BETA1, using VC7 as backend. All the tests compile and work fine, but
exception_test.cpp which fails with this error:
"d:\\boost_1_28_0\\boost/lambda/exceptions.hpp", line 373: error: no
instance
of constructor "boost::lambda::tagged_lambda_functor<Tag,
boost::lambda::lambda_functor<Arg>>::tagged_lambda_functor [with
Tag=boost::lambda::detail::exception_catch_tag<boost::lambda::detail:
:catch_all_block>,
Args=boost::lambda::lambda_functor_base<boost::lambda::do_nothing_act
ion, boost::tuples::null_type>]" matches the argument list
argument types are: (boost::tuples::null_type)
> (null_type());
The regression tests fail since they're using 4.3+MSVC6 which doesn't work
for some (unknown) reason. I'm waiting for the new Comeau version (due any
day now) before reporting this issue.
Giovanni Bajo