Boost logo

Boost :

From: Jaakko Jarvi (jajarvi_at_[hidden])
Date: 2002-10-24 18:30:43


The real tested algorithm.hpp never got committed (nor the test)
They're in an abandoned directory on my computer and
this crappy one has been hanging there happily :( :( :(

Will be fixed in 1.29.1

Thanks for bringing this up Kevin

Jaakko

>
> > I'm finding some pretty egregious errors in <boost/lambda/algorithm.hpp>,
> > in release 1.29.0 of Boost. It seems highly unlikely that this header
> > file was tested in any way at all prior to release, as the SYNTAX errors
> > that I'm running into are so blatant that I can't imagine any compiler out
> > there, no matter how forgiving, actually accepting this code. Here are
> > some errors:
> >
> > Line 23:
> > #include <utilities>
> > There is no such standard header file. Should be <utility>.
> >
> > Lines 156-162:
> > struct sig {
> > typename ::std::iterator_traits<
> > typedef typename boost::remove_const<
> > typename boost::tuples::element<1, Args>::type
> > >::type
> > >::difference_type type
> > };
> > The "typedef" on the third line belongs at the beginning of the second line.
> >
> > Lines 175-181: Same problem.
> >
> > Line 613:
> > operator()(A a, B b, C c, D c) const
> > "D c" should be "D d".
> >
> > Line 681: Same problem
> >
> >
> > _______________________________________________
> > Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
> >
>
>

-- 
--
-- Jaakko Järvi                       email: jajarvi_at_[hidden]
-- Post Doctoral Fellow               phone: +1 (812) 855-3608
-- Pervasive Technology Labs          fax:   +1 (812) 855-4829
-- Indiana University, Bloomington

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk