Skip to content

Commit 3872890

Browse files
committed
Add changes file entry for Python hash table implementation
1 parent d30effd commit 3872890

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES.current

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
77
Version 4.0.0 (in progress)
88
===========================
99

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+
1017
2018-09-21: wsfulton
1118
[Python] Fix when using -builtin and wrapping std::map, std::set, std::unordered_map or
1219
std::unordered_set to ensure __contains__ is called. This is a wrapper for the STL

0 commit comments

Comments
 (0)