update swig on windows
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
%module defvalue_constructor
|
||||
%inline %{
|
||||
|
||||
namespace Foo {
|
||||
|
||||
class Bar {};
|
||||
|
||||
class Baz {
|
||||
public:
|
||||
Baz(Bar b = Bar()) {}
|
||||
};
|
||||
}
|
||||
|
||||
%}
|
||||
Reference in New Issue
Block a user