Files

5 lines
101 B
OpenEdge ABL
Raw Permalink Normal View History

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