| /* ----------------------------------------------------------------------------- | |
| * std_common.i | |
| * | |
| * SWIG typemaps for STL - common utilities | |
| * ----------------------------------------------------------------------------- */ | |
| %include <std/std_except.i> | |
| %apply size_t { std::size_t }; |