
21 Dec
2004
21 Dec
'04
2:31 p.m.
"Allen Yao" <yaozhen@ustc.edu> wrote
I tried Arkadiy's example with G++ 3.4.2 on my Debian Linux, and got the same error messages.
Well, you should :-) Jonathan said unqualified calls in STL have been fixed -- not the ADL issue. My example doesn't actually use STL -- I emulate it. If you qualify the call in my example, the problem should go away, as it should if the calls in the g++ STL have been actually qualified. Regards, Arkadiy