Boost C++ Libraries: Ticket #2422: mapped_vector throws on resize with map_array https://svn.boost.org/trac10/ticket/2422 <p> Using Apple xcode gcc 4.2 (which uses STL 4.0) ... </p> <p> The attached program throws on the call to resize. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2422 Trac 1.4.3 bimargulies@… Sat, 18 Oct 2008 03:01:59 GMT attachment set https://svn.boost.org/trac10/ticket/2422 https://svn.boost.org/trac10/ticket/2422 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">resizeboom.cpp</span> </li> </ul> Ticket bimargulies@… Sat, 18 Oct 2008 03:03:22 GMT <link>https://svn.boost.org/trac10/ticket/2422#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2422#comment:1</guid> <description> <p> This is with ublas, of course. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 03 Nov 2008 20:06:40 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/2422#comment:2 https://svn.boost.org/trac10/ticket/2422#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Gunter</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">uBLAS</span> </li> </ul> Ticket Gunter Mon, 03 Nov 2008 22:07:28 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2422#comment:3 https://svn.boost.org/trac10/ticket/2422#comment:3 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/49576" title="- fix and close #2422 - the exception was caused when trying to erase ...">[49576]</a>) - fix and close <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2422" title="#2422: Bugs: mapped_vector throws on resize with map_array (closed: fixed)">#2422</a> </p> <ul><li>the exception was caused when trying to erase an empty range </li><li>now erase(it1, it2) does nothing if it1 == it2 </li></ul> Ticket