update swig on windows
This commit is contained in:
12
winx64/bin/swigwin-4.0.0/Examples/test-suite/overload_copy.i
Normal file
12
winx64/bin/swigwin-4.0.0/Examples/test-suite/overload_copy.i
Normal file
@@ -0,0 +1,12 @@
|
||||
// Tests copy constructor
|
||||
%module overload_copy
|
||||
|
||||
%inline %{
|
||||
|
||||
class Foo {
|
||||
public:
|
||||
Foo() { }
|
||||
Foo(const Foo &) { }
|
||||
};
|
||||
|
||||
%}
|
||||
Reference in New Issue
Block a user