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

lowercase type names

[SVN r8284]
This commit is contained in:
Dave Abrahams
2000-11-22 00:54:46 +00:00
parent 511a6e84db
commit 0f04631513
51 changed files with 3390 additions and 3300 deletions

View File

@@ -77,9 +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 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.
Python and C++, and has designed an extremely easy-to-use way of
exposing <a href="special.html#numeric">numeric operators</a>, including
a way 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
@@ -118,7 +118,7 @@
<li>Advanced Topics
<ol>
<li>ClassWrapper&lt;&gt;
<li>class_builder&lt;&gt;
<li><a href="enums.html">enums</a>