Boost logo

Boost Users :

From: marcinzalewski (marcinzalewski_at_[hidden])
Date: 2002-08-22 17:30:29


Hi,

I am trying to use iterator adaptors on mipspro and am unsuccessfull
as for now. I was wandering if any of you has experience with boost
and mipspro.

Here are some examples of errors I am getting:
-----------
cc-1132 CC: ERROR File = ../../boost_1_28_0/boost/iterator.hpp, Line = 54
  The namespace "std" has no member "ptrdiff_t".

    template <class Category, class T, class Distance = std::ptrdiff_t,
                                                             ^

or

cc-3307 CC: ERROR File =
../../boost_1_28_0/boost/type_traits/array_traits.hpp, Line = 24
  Invalid partial specialization--class "boost::is_array<<error-type>>" is
          already fully specialized.

  template <typename T, std::size_t N> struct is_array<T[N]>
-----------

Please, let me know if you did this before. :)

-m ^


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