Koenig lookup works for operators (Paul Moore, Peter Dimov)

[SVN r9170]
This commit is contained in:
Jens Maurer 2001-02-12 19:13:41 +00:00
parent 3e9be56b2a
commit 8bd967a1c0

View File

@ -56,7 +56,7 @@ The following table lists some known values.
</tr>
<tr>
<td>Microsoft Visual C++ 6.0 SP4</td>
<td>Microsoft Visual C++ 6.0 (up to SP4)</td>
<td>1200</td>
</tr>
@ -148,9 +148,10 @@ using the constant in compile-time constant expressions).
<h3>[koenig-lookup] Argument-dependent lookup</h3>
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.
<pre>
namespace N {