Re: [Boost-bugs] [Boost C++ Libraries] #10989: strided breaks on impure traversal tags

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10989: strided breaks on impure traversal tags
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-02-02 17:34:47


#10989: strided breaks on impure traversal tags
-------------------------------+------------------------
  Reporter: anonymous | Owner: neilgroves
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: range
   Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+------------------------

Comment (by Edward Catmur <ed@…>):

 Let's try that again.

 Fix:

 {{{
 --- a/include/boost/range/adaptor/strided.hpp
 +++ b/include/boost/range/adaptor/strided.hpp
 @@ -603,7 +603,7 @@ namespace boost
          template<
              class Rng,
              class Category =
 - typename iterator_traversal<
 + typename iterators::pure_iterator_traversal<
                      typename range_iterator<Rng>::type
>::type
>

 }}}

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