*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4763 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
bee8434140
commit
473790a6ce
1 changed files with 19 additions and 0 deletions
|
|
@ -1,5 +1,24 @@
|
|||
Version 1.3.20 (In progress)
|
||||
============================
|
||||
05/01/2003: beazley
|
||||
Fixed problem with return by value, const, and private constructors.
|
||||
For example:
|
||||
|
||||
class B {
|
||||
private:
|
||||
B();
|
||||
public:
|
||||
B(const B&);
|
||||
};
|
||||
|
||||
class A {
|
||||
...
|
||||
const B returnB() const;
|
||||
...
|
||||
};
|
||||
|
||||
Problem and patch suggestion reported by Bill Hoffman.
|
||||
|
||||
04/29/2003: cheetah (William Fulton)
|
||||
Build changes:
|
||||
- Single autoconf invocation - autoconf in the Tools directory has gone.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue