diff --git a/overloading.html b/overloading.html index 499df5dc..868a9861 100644 --- a/overloading.html +++ b/overloading.html @@ -114,18 +114,28 @@ namespace scope as Python member functions.
The function overload resolution mechanism in py_cpp works as - follows:
def()ed. The first function whose signature can be made to
- match each argument passed is the one which is ultimately called.
+ match each argument passed is the one which is ultimately called.
Prev: Function Overloading - Next: Special Method Names + Next: Special Method Names Up: Top
© Copyright David Abrahams 2000. Permission to copy, use, modify, @@ -134,6 +144,6 @@ namespace scope as Python member functions. express or implied warranty, and with no claim as to its suitability for any purpose.
- Updated: Oct 15, 2000 + Updated: Oct 30, 2000