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-29 19:26:46


#2690: array.hpp line 289 missing parameter
---------------------------+------------------------------------------------
  Reporter: anonymous | Owner:
      Type: Bugs | Status: closed
 Milestone: Boost 1.38.0 | Component: None
   Version: Boost 1.37.0 | Severity: Problem
Resolution: invalid | Keywords:
---------------------------+------------------------------------------------
Changes (by steven_watanabe):

  * status: new => closed
  * resolution: => invalid

Comment:

 std::equal takes three arguments, so the boost::array code is correct.

 The actual problem is that that std::reverse_iterator which is
 used to define boost::array<>::reverse_iterator
 does not conform to the standard.

 In order to use Boost with sun,
 you must use stlport (-library=stlport4).

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2690#comment:2>
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