several fixes, see CHANGES.current 10/04/2004
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
46dfd88e25
commit
776f15623e
17 changed files with 216 additions and 97 deletions
|
|
@ -16,14 +16,10 @@
|
|||
return 0;
|
||||
}
|
||||
|
||||
C(int a = 0)
|
||||
C(int a)
|
||||
{
|
||||
}
|
||||
|
||||
protected:
|
||||
C()
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -35,14 +31,10 @@
|
|||
return 0;
|
||||
}
|
||||
|
||||
C(double a = 0)
|
||||
C(double a)
|
||||
{
|
||||
}
|
||||
|
||||
protected:
|
||||
C()
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue