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:
@@ -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<>
|
||||
<li>class_builder<>
|
||||
|
||||
<li><a href="enums.html">enums</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user