From 6a236ab362563351a0f0968ac4661ff7e31cad31 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 31 Oct 2000 22:05:42 +0000 Subject: [PATCH] Improve explanation of overload resolution [SVN r8082] --- overloading.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) 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.

Overload Resolution

The function overload resolution mechanism in py_cpp works as - follows: