<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/bdbplusplus/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/bdbplusplus/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/bdbplusplus/bugs/</id><updated>2004-05-27T09:27:18Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Infinite loop in erase !! (BDB++ 0.99b)</title><link href="https://sourceforge.net/p/bdbplusplus/bugs/1/" rel="alternate"/><published>2004-05-27T09:27:18Z</published><updated>2004-05-27T09:27:18Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neta99b4a0e3888c2c896f36c775a7c292f2791b01b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Critical Error found in BDB++ 0.99b !! Patch 'size_type &lt;br /&gt;
erase(const key_type&amp;amp; k)' in '?BdbBtree' template class &lt;br /&gt;
as shown below; change the for loop condition &lt;br /&gt;
for (iterator i=find(k); i-&amp;gt;first==k; ++i)&lt;br /&gt;
into &lt;br /&gt;
for (iterator i=find(k); i!=end() &amp;amp;&amp;amp; i-&amp;gt;first==k; ++i)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>