Community
Participate
Working Groups
namespace ns { struct S {}; void fp(void (*)(int)); } void f0(ns::S); void f0(int); void test() { fp(f0); // ADL shall find fp }
*** cdt cvs genie on behalf of mschorn *** Bug 324842: Testcase. [*] DOMParserTestSuite.java 1.40 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt-core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/DOMParserTestSuite.java?root=Tools_Project&r1=1.39&r2=1.40 [+] ASTCPPSpecDefectTests.java http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt-core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/ASTCPPSpecDefectTests.java?root=Tools_Project&revision=1.1&view=markup
*** This bug has been marked as a duplicate of bug 85843 ***