From 3fec088de831bce8b233bae01e49151f24950456 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Mon, 12 Feb 2001 19:13:41 +0000 Subject: [PATCH] Koenig lookup works for operators (Paul Moore, Peter Dimov) [SVN r9170] --- more/microsoft_vcpp.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/more/microsoft_vcpp.html b/more/microsoft_vcpp.html index 6a95d75071..42cb674e02 100644 --- a/more/microsoft_vcpp.html +++ b/more/microsoft_vcpp.html @@ -56,7 +56,7 @@ The following table lists some known values. -Microsoft Visual C++ 6.0 SP4 +Microsoft Visual C++ 6.0 (up to SP4) 1200 @@ -148,9 +148,10 @@ using the constant in compile-time constant expressions).

[koenig-lookup] Argument-dependent lookup

-Argument-dependent lookup, also called Koenig lookup, does not work. -No additional namespaces induced from the argument types seem to be -considered. +Argument-dependent lookup, also called Koenig lookup, works for +overloaded operators, but not for ordinary functions. No +additional namespaces induced from the argument types seem to be +considered.
 namespace N {