ポイントISO C++ n3290から:実引数依存の名前探索:ここではセクション3.4.2、パラ4ISO C++ n3290からポイント:実引数依存の名前探索:
When considering an associated namespace, the lookup is the same as the lookup
performed when the associated namespace is used as a qualifier (3.4.3.2) except
that:
— Any using-directives in the associated namespace are ignored.
— Any namespace-scope friend functions or **friend function templates** declared
in associated classes are visible within their respective namespaces even if
they are not visible during an ordinary lookup (11.3).
— All names except those of(possibly overloaded) functions and function
templates are ignored.
と彼は付け加えた以前の2003 satndardと比較します3番目のポイント。 どのようにそれが可能か説明することができます... expalin例と....(過負荷)..
Andalso彼は2番目のポイントで彼は友人の関数のテンプレートを含むことを言った(私はnoraml calss友人の機能を知っている)..誰でもこのことを説明することができます。