This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/41995] Incorrect point of instantiation for function template



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-11-09 16:00 -------
Actually this is a combition of two issues really.  First is argument dependent
lookup for fundamental types, do they have an assoicated namespaces (I think
there is a bug report for that)?

And then the other bug is the wrong place: PR 16635.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]