Boost logo

Boost Users :

From: Markus Werle (yg-boost-users_at_[hidden])
Date: 2003-01-08 04:38:13


Hi!

I wonder whether this file ever was included by anyone else but me
and which compiler did let this pass without complaint.

Besides the #include <utilities> which never ever happens
we have 2 errors in struct count

struct count {

  template <class Args>
  struct sig {
    typename ::std::iterator_traits<
// ****************************************************
// ERROR: typedef is not allowed here
     typedef typename boost::remove_const<
           typename boost::tuples::element<1, Args>::type
>::type
>::difference_type type // ERROR: semicolon missing
  };

Same errors in count_if beginning at line 172.

-----------------------------------------------------
In line 613: a duplicate parameter name c
 operator()(A a, B b, C c, D c) const
Same on line 681

best regards,

Markus


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net