Re: [C++] Implement DR1164
OK. Jason
[C++] Implement DR1164
Hello, this patch tries to implement DR1164. It passes bootstrap+testsuite on x86_64-unknown-linux-gnu. 2013-06-27 Marc Glisse PR c++/57172 gcc/cp/ * pt.c (more_specialized_fn): If both arguments are references, give priority to an lvalue. gcc/testsuite/ *