summaryrefslogtreecommitdiff
path: root/Lib/php/std_common.i
blob: 1b69fc779be5a21126949067cd5ef1a15a2e21a4 (plain)
1
2
3
4
5
6
7
8
9
/* -----------------------------------------------------------------------------
 * std_common.i
 *
 * SWIG typemaps for STL - common utilities
 * ----------------------------------------------------------------------------- */

%include <std/std_except.i>

%apply size_t { std::size_t };