fixed linux build
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401105
This commit is contained in:
parent
8a3b34bcdc
commit
560ff04a4d
@ -309,7 +309,8 @@ public:
|
|||||||
|
|
||||||
void pop()
|
void pop()
|
||||||
{
|
{
|
||||||
erase(begin());
|
iterator iter = begin();
|
||||||
|
erase(iter);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user