blob: 56c4a52485d3a9f66e95993265d2aecad987b012 [file] [log] [blame]
%module cpp11_std_unordered_map
%include <std_unordered_map.i>
%template(UnorderedMapIntInt) std::unordered_map<int, int>;