This reverts commit d89a95a48c as,
finally, it's not worth trying to use UTL typemaps from C: this required
bad hacks for std::vector and would be even worse for std::map, so don't
bother with them and just correct the "poor" C typemaps to be slightly
less poor and use them instead.
4 lines
102 B
OpenEdge ABL
4 lines
102 B
OpenEdge ABL
%include <std_except.i>
|
|
|
|
%apply size_t { std::size_t };
|
|
%apply const size_t& { const std::size_t & };
|