2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Added reference to Special Method Name Support.

[SVN r8016]
This commit is contained in:
Dave Abrahams
2000-10-20 01:43:39 +00:00
parent bf3a858018
commit 2e9781c282

View File

@@ -18,7 +18,7 @@
Python.
<p>
The source code for py_cpp, including a MSVC demo project is available
<a href="py_cpp_20001018.zip">here</a>. It has been tested against Python
<a href="py_cpp_20001019.zip">here</a>. It has been tested against Python
1.5.2 with GCC 2.95.2, Metrowerks CodeWarrior Pro6 and with Microsoft
Visual C++ 6 sp4 using both the <a href="http://www.stlport.org">
STLport</a> standard library implementation <em>and</em> the library
@@ -53,6 +53,8 @@
<a href="overriding.html">Overridable Virtual Functions</a>
<li>
<a href="overloading.html">Function Overloading</a>
<li>
<a href="special.html">Special Method Name Support</a>
<li>
<a href="under-the-hood.html">A Peek Under the Hood</a>
</ol>