Re: [Boost-bugs] [Boost C++ Libraries] #2690: array.hpp line 289 missing parameter

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2690: array.hpp line 289 missing parameter
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-01-28 16:51:07


#2690: array.hpp line 289 missing parameter
---------------------------+------------------------------------------------
  Reporter: anonymous | Owner:
      Type: Bugs | Status: new
 Milestone: Boost 1.38.0 | Component: None
   Version: Boost 1.37.0 | Severity: Problem
Resolution: | Keywords:
---------------------------+------------------------------------------------

Comment(by monte.jones.ctr_at_[hidden]):

 Replying to [ticket:2690 anonymous]: Questions can be sent to the above
 email or I can be reached at 719-556-9903.
> I down loaded and installed boost 1.37.0 yesterday on our system with
 SPARC processor, running Solaris 10. When building I kept getting the
 following errors:
> "./boost/array.hpp", line 75: Error: Too few arguments for template
 std::reverse_iterator<boost::T*
> "./boost/array.hpp", line 289: Where: While specializing
 "boost::array<boost::T, boost::N>"
> "./boost/array.hpp", line 289: Where: Specialized in non-template
 code.
>
> When looking at line 289, it reads:
> return std::equal(x.begin(), x.end(), y.begin());
> I think it should read:
> return std::equal(x.begin(), x.end(), y.begin(), y.end());

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2690#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC