diff --git a/microsoft_vcpp.html b/microsoft_vcpp.html
index 6a95d75..42cb674 100644
--- a/microsoft_vcpp.html
+++ b/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 {