[ruby] add simple tests for std unordered containers.
This commit is contained in:
parent
43c3ca3767
commit
70740c51d0
5 changed files with 26 additions and 0 deletions
5
Examples/test-suite/cpp11_std_unordered_map.i
Normal file
5
Examples/test-suite/cpp11_std_unordered_map.i
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
%module cpp11_std_unordered_map
|
||||
|
||||
%include <std_unordered_map.i>
|
||||
|
||||
%template(UnorderedMapIntInt) std::unordered_map<int, int>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue