Fix modperl and modpython compilation.

Also fix few string-related inconsistences.
This commit is contained in:
Alexey Sokolov
2012-08-15 00:38:23 +07:00
parent e06c3f5e88
commit 9fd4149d73
6 changed files with 25 additions and 2 deletions

View File

@@ -11,7 +11,10 @@
%}
%feature("naturalvar") CString;
class CString;
class CString {
public:
typedef size_t size_type;
};
/*@SWIG:/usr/share/swig1.3/typemaps/std_strings.swg,74,%typemaps_std_string@*/