Cosmetic changes in C++11 std_unordered support files

This commit is contained in:
William S Fulton 2017-02-10 19:26:02 +00:00
commit 50f556de39
8 changed files with 12 additions and 32 deletions

View file

@ -1,8 +1,5 @@
//
// std::unordered_set
// Work in progress - the code is not compilable yet:
// operator--() and constructor(compare function) not available for unordered_
// types
//
%include <std_container.i>