summaryrefslogtreecommitdiff
path: root/share/swig/2.0.11/java/std_common.i
blob: cee11e8caa5a6388479df42e7a083ecb61301cac (plain)
1
2
3
4
5
%include <std_except.i>

%apply size_t { std::size_t };
%apply const size_t& { const std::size_t& };