Article ID: 242190 - Last Review: July 5, 2005 - Revision: 1.1 BUG: Full Koenig Lookup Works Only for OperatorsThis article was previously published under Q242190 SYMPTOMS
Argument-dependent name lookup, also known as Koenig lookup, works only for operators and not regular functions in a namespace.
CAUSE
The compiler does not fully support argument-dependent name lookup as specified in the C++ Standard. Please refer to the C++ Standard, section 3.4.2, for information on argument-dependent name lookup.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce BehaviorThe following code example demonstrates the error: | Article Translations
|
Back to the top
