8 Sep
2010
8 Sep
'10
4:57 p.m.
AMDG Robert Jones wrote:
On Wed, Sep 8, 2010 at 2:48 PM, Steven Watanabe
wrote: When calling a function template with explicit template arguments, ADL is only activated if at least one overload is found by normal lookup.
Thanks for that Steven - could you possibly give me a C++ Standard reference for that?
14.8.1/6: "... But when a function template with explicit template arguments is used, the call does not have the correct syntactic form unless there is a function template with that name visible at the point of the call...." In Christ, Steven Watanabe