Make sure structs exposed to python have explicit copy constructors
* This means SWIG generates a copy constructor which is very useful for making duplicate objects in python. Without an explicit 'default copy constructor' statement, SWIG doesn't generate one.
Loading
Please register or sign in to comment