We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30effd commit 3872890Copy full SHA for 3872890
CHANGES.current
@@ -7,6 +7,13 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
7
Version 4.0.0 (in progress)
8
===========================
9
10
+2018-09-24: wsfulton
11
+ [Python] #1319 C++11 hash tables implementation is finished now (including for -builtin):
12
+ std::unordered_map
13
+ std::unordered_set
14
+ std::unordered_multimap
15
+ std::unordered_multiset
16
+
17
2018-09-21: wsfulton
18
[Python] Fix when using -builtin and wrapping std::map, std::set, std::unordered_map or
19
std::unordered_set to ensure __contains__ is called. This is a wrapper for the STL
0 commit comments