X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d9eee83203dfc7177cd8639c14a5c809085698d..bf12aaa589c56f51417bdad2427cbfc0d9e4fc8b:/interface/wx/hashmap.h?ds=sidebyside diff --git a/interface/wx/hashmap.h b/interface/wx/hashmap.h index 6364471596..b7554e815b 100644 --- a/interface/wx/hashmap.h +++ b/interface/wx/hashmap.h @@ -11,7 +11,7 @@ This is a simple, type-safe, and reasonably efficient hash map class, whose interface is a subset of the interface of STL containers. - In particular, the interface is modeled after std::map, and the various, + In particular, the interface is modelled after std::map, and the various, non-standard, std::hash_map (http://www.cppreference.com/wiki/stl/map/start). Example: