more fixes and cases for smart pointers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6917 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
63ecf6ec37
commit
aba193e439
5 changed files with 12 additions and 10 deletions
|
|
@ -32,7 +32,7 @@
|
|||
Foo *f;
|
||||
public:
|
||||
CBar(Foo *f) : f(f) { }
|
||||
Foo *operator->() const {
|
||||
const Foo *operator->() {
|
||||
return f;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue