id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5236,Issue with uneven stride,Chris Jefferson,Neil Groves,"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 ",Bugs,closed,To Be Determined,range,Boost Development Trunk,Problem,fixed,,