remove erase(const_iterator) overload, it should have never existed as const_iterator...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Oct 2008 13:24:25 +0000 (13:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Oct 2008 13:24:25 +0000 (13:24 +0000)
commit2780d31b74cd415150d080ca9fe9c29428073587
tree25ff5d807861a7a5dedb003328793b5d54c6a9b4
parentcb564879c1f9550ecc88be97dc8f534cfa370e0e
remove erase(const_iterator) overload, it should have never existed as const_iterators can't be used to modify the container

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/hashmap.h