Changes between Version 2 and Version 3 of pjsua2/SWIG_Quirks
- Timestamp:
- Jul 23, 2012 3:11:08 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsua2/SWIG_Quirks
v2 v3 103 103 }}} 104 104 105 === No pass by reference === #byref 106 Continue reading below. 105 107 === "const" in parameter matters === 106 Continue reading below.107 === No pass by reference === #byref108 108 109 109 Otherwise conversion from Python list to std::vector doesn't work. E.g.: … … 123 123 a.func_b( [0, 1, 2] ) # <-- ERROR 124 124 }}} 125 126 125 127 126 128 === Must use exception specification in C++ functions ===