[ruby] add simple tests for std unordered containers.

This commit is contained in:
Takashi Tamura 2017-04-22 16:32:52 +09:00
commit 70740c51d0
5 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,5 @@
%module cpp11_std_unordered_map
%include <std_unordered_map.i>
%template(UnorderedMapIntInt) std::unordered_map<int, int>;