swig/Lib/c/std_common.i
Vadim Zeitlin 5cbdae42d3 Revert "Use std/std_vector.i instead of a poor copy in c/std_vector.i"
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.
2021-10-07 22:03:47 +02:00

4 lines
102 B
OpenEdge ABL

%include <std_except.i>
%apply size_t { std::size_t };
%apply const size_t& { const std::size_t & };