Added support for Mac OS X and building with clang (bug 5601, r=dvander).
This commit is contained in:
@@ -353,9 +353,8 @@ public:
|
||||
|
||||
void pop_back()
|
||||
{
|
||||
--m_CurrentUsedSize;
|
||||
if (m_CurrentUsedSize < 0)
|
||||
m_CurrentUsedSize = 0;
|
||||
if (m_CurrentUsedSize > 0)
|
||||
--m_CurrentUsedSize;
|
||||
|
||||
FreeMemIfPossible();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user