update mailing list names
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8719dcfc46
commit
d8436ed9e6
4 changed files with 6 additions and 5 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<li><a href="#SWIGPlus_nn6">Simple C++ wrapping</a>
|
||||
<ul>
|
||||
<li><a href="#SWIGPlus_nn7">Constructors and destructors</a>
|
||||
<li><a href="#SWIGPlus_nn8">Default constructors and destructors</a>
|
||||
<li><a href="#SWIGPlus_nn8">Default constructors, copy constructors and implicit destructors</a>
|
||||
<li><a href="#SWIGPlus_nn9">When constructor wrappers aren't created</a>
|
||||
<li><a href="#SWIGPlus_nn10">Copy constructors</a>
|
||||
<li><a href="#SWIGPlus_nn11">Member functions</a>
|
||||
|
|
@ -272,6 +272,7 @@ void delete_List(List *l) {
|
|||
|
||||
<H3><a name="SWIGPlus_nn8"></a>6.5.2 Default constructors, copy constructors and implicit destructors</H3>
|
||||
|
||||
|
||||
<p>
|
||||
Following the C++ rules for implicit constructor and destructors, SWIG
|
||||
will try to automatically generate them even when they are not
|
||||
|
|
@ -1954,7 +1955,7 @@ members (of all classes):
|
|||
Note: the <tt>*::</tt> syntax is non-standard C++, but the '*' is meant to be a
|
||||
wildcard that matches any class name (we couldn't think of a better
|
||||
alternative so if you have a better idea, send email to
|
||||
the <a href="http://www.swig.org/mail.html">swig-dev mailing list</a>.
|
||||
the <a href="http://www.swig.org/mail.html">swig-devel mailing list</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue