[Boost-bugs] [Boost C++ Libraries] #9707: Compilation errors in is_permutation and callees

Subject: [Boost-bugs] [Boost C++ Libraries] #9707: Compilation errors in is_permutation and callees
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-02-25 03:40:45


#9707: Compilation errors in is_permutation and callees
------------------------------+-------------------------
 Reporter: vinnie.falco@… | Owner: marshall
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: algorithm
  Version: Boost 1.55.0 | Severity: Showstopper
 Keywords: |
------------------------------+-------------------------
 The 4-iterator version of is_permutation (in
 boost/algorithm/cxx14/is_permutation.hpp) has obvious compilation errors:

 _ForwardIterator1 is not a type (needless underscore, and a reserved
 identifier at that)

 InputIterator1 is not a type (copy/paste bug?)

 iterator_traits is used without namespace qualification in the first two
 statements.

 Furthermore, the functions that it calls are broken in similar ways:

 _VSTD namespace qualifier is used, but doesn't exist

 etc...

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9707>
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:50:15 UTC