Added support for Mac OS X and building with clang (bug 5601, r=dvander).
This commit is contained in:
@@ -432,7 +432,7 @@ public:
|
||||
void erase()
|
||||
{
|
||||
if (end || !hash || curbucket < 0 || curbucket >= static_cast<int>(hash->m_numBuckets))
|
||||
return true;
|
||||
return;
|
||||
|
||||
iterator tmp = *this;
|
||||
++tmp;
|
||||
|
||||
Reference in New Issue
Block a user