Fix more "allows to" and other typos
This commit is contained in:
parent
abda4caeae
commit
f198ff0a43
9 changed files with 12 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
The typemaps here allow to handle functions returning std::auto_ptr<>,
|
||||
The typemaps here allow handling functions returning std::auto_ptr<>,
|
||||
which is the most common use of this type. If you have functions taking it
|
||||
as parameter, these typemaps can't be used for them and you need to do
|
||||
something else (e.g. use shared_ptr<> which SWIG supports fully).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue