[Boost-bugs] [Boost C++ Libraries] #9629: is_permutation code for cxx14 is broken

Subject: [Boost-bugs] [Boost C++ Libraries] #9629: is_permutation code for cxx14 is broken
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-02-04 08:52:38


#9629: is_permutation code for cxx14 is broken
------------------------------+-----------------------
 Reporter: dsp@… | Owner: marshall
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: algorithm
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: |
------------------------------+-----------------------
 1) Lines 59/61 refer to some macro "_VSTD" unknown to my compiler (Visual
 Studio 2012):

   {{{diff1_t len1 = _VSTD::distance(first1, last1);}}}

 Presumably "_VSTD" should be replaced by "std".

 2) Lines 114/115 refer to some unqualified iterator_traits:

   {{{typedef typename iterator_traits<_ForwardIterator1>::value_type
 value1_t;}}}

 Presumably a "std::" prefix is missing here.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9629>
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