------- Additional Comments From adah at netstd dot com 2005-08-05 05:41 ------- (In reply to comment #44) > | However, I still believe it is the problem of the compilers. > Please take ti to the C++ standard committee. The behaviour is that > described by the standard. If you don't like it, have the committee
The behaviour I wanted is at least not *against* the standard, while being more natural and user-friendly. As James Kanze quoted ยง14.7.1/5 in comp.lang.c++.moderated: "If the overload resolution process can determine the correct function to call without instantiating a class template definition, it is unspecified whether that instantiation actually takes place." BTW, proposal N1799 directly addresses this problem and, if adopted, will make the program we are discussing legal instead of unspecified behaviour. > change it. If you think name lookup is an easy exercise, give it a try. I never thought any part of a C++ compiler is easy. I just try to express my opinions on this subject, as a common gcc user (I myself do *not* define any functions named distance). > -- Gaby Yongwei -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15910