[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_multiset.i
Normal file
5
Examples/test-suite/cpp11_std_unordered_multiset.i
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
%module cpp11_std_unordered_multiset
|
||||
|
||||
%include <std_unordered_multiset.i>
|
||||
|
||||
%template(UnorderedMultiSetInt) std::unordered_multiset<int>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue