mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Koenig lookup works for operators (Paul Moore, Peter Dimov)
[SVN r9170]
This commit is contained in:
parent
c0efeafcd3
commit
3fec088de8
1 changed files with 5 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue