Boost C++ Libraries: Ticket #8294: deque::insert(const_iterator, Itr, Itr) misbehavior https://svn.boost.org/trac10/ticket/8294 <p> When the const_iterator argument points to a valid position in the deque that is not past-the-end, the range elements are inserted in the wrong order. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8294 Trac 1.4.3 expaler Fri, 15 Mar 2013 23:44:19 GMT attachment set https://svn.boost.org/trac10/ticket/8294 https://svn.boost.org/trac10/ticket/8294 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">deque_insert_range.cpp</span> </li> </ul> <p> This test program compares the behavior of boost::container::deque with that of std::deque. Currently it reports errors at lines 40 and 41, after range insertion into the boost::container::deque. Note that using single-element insertion into the boost::container::deque to accomplish the desired result works as intended. </p> Ticket Ion Gaztañaga Sat, 16 Mar 2013 18:49:10 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8294#comment:1 https://svn.boost.org/trac10/ticket/8294#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Thanks for the report and the test case. Fixed in revision <a class="missing ticket">#83467</a>. </p> Ticket anonymous Sun, 17 Mar 2013 02:09:44 GMT <link>https://svn.boost.org/trac10/ticket/8294#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8294#comment:2</guid> <description> <p> Oh, okay. Thanks! </p> </description> <category>Ticket</category> </item> </channel> </rss>