fix for smart_pointers + friends, fix for errant Delete
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6914 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3e64c5b3c2
commit
4eeb33782e
2 changed files with 4 additions and 2 deletions
|
|
@ -13,6 +13,8 @@
|
|||
static int zx;
|
||||
|
||||
static int boo() { return 0;}
|
||||
|
||||
friend int foo(Foo* foo) { return 0;}
|
||||
};
|
||||
|
||||
class Bar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue