[Bug c++/13294] [3.4 Regression] namespace associations vs. specializations

bkoz at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Apr 8 20:35:00 GMT 2004


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-04-08 20:35 -------

Ahh. I see, now. You want

B::f<int>(B::X<int>&)

instead of the current

B::f<int>(A::X<int>&)

Yes, this would probably be the most consistent. So, I guess ugly it is...

-benjamin


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13294



More information about the Gcc-bugs mailing list