------- Comment #7 from pcarlini at suse dot de 2006-03-08 14:24 ------- (In reply to comment #6) > (In reply to comment #5) > > And, by the way, this one already compiles: > But that names the same function, it is just like: > int f(void); > int f(void);
No, it's not the same, because we are dealing with the templates. I'm going to study the standard (maybe you can also do that ;) but we have an hard fact: both g++ and EDG accept the version without using, only g++ rejects that with using. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26605