[master] Removed use of const iterator in the call to erase.
The erase function was called on the const_iterator which caused build failures on Linux boxes with gcc. This fix was okayed on jabber.
Please register or sign in to comment
The erase function was called on the const_iterator which caused build failures on Linux boxes with gcc. This fix was okayed on jabber.