mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 17:12:22 +00:00
updated documentation of special name support, added documentation of automatic operator export and coercion
[SVN r8283]
This commit is contained in:
@@ -77,8 +77,9 @@
|
||||
href="overloading.html">function overloading</a> and wrote the support for
|
||||
<a href="inheritance.html#implicit_conversion">reflecting C++ inheritance
|
||||
relationships</a>. He has helped to improve error-reporting from both
|
||||
Python and C++, and is currently doing valuable research into <a
|
||||
href="special.html#reasons">the best approach for numeric coercion</a>.
|
||||
Python and C++, and has designed an extremely easy-to-use approach to
|
||||
export <a href="special.html#numeric">numeric operators</a> including
|
||||
the possibility to avoid explicit coercion by means of overloading.
|
||||
|
||||
<li>The members of the boost mailing list and the Python community supplied
|
||||
invaluable early feedback. In particular, Ron Clarke, Mark Evans, Anton
|
||||
@@ -108,7 +109,7 @@
|
||||
|
||||
<li><a href="inheritance.html">Inheritance</a>
|
||||
|
||||
<li><a href="special.html">Special Method Name Support</a>
|
||||
<li><a href="special.html">Special Method and Operator Support</a>
|
||||
|
||||
<li><a href="under-the-hood.html">A Peek Under the Hood</a>
|
||||
|
||||
@@ -199,5 +200,5 @@
|
||||
express or implied warranty, and with no claim as to its suitability for
|
||||
any purpose.
|
||||
<p>
|
||||
Updated: Oct 18, 2000
|
||||
Updated: Nov 21, 2000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user