[Boost-bugs] [Boost C++ Libraries] #5236: Issue with uneven stride

Subject: [Boost-bugs] [Boost C++ Libraries] #5236: Issue with uneven stride
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-02-26 22:42:34


#5236: Issue with uneven stride
-------------------------------------+--------------------------------------
 Reporter: chrisj | Owner: neilgroves
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: range
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------
 The attached testcase I think shows that striding a vector of length 1
 with a step of length 2 misbehaves.

 This is a reduced sample of what happens when strided.cpp is used with
 libc++ std::deques, but the bug will show on any compiler.

 Expected output:
 0 (I think)
 0
 0

 Received output:
 1
 0
 -1

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