[Bug c++/18449] Problems when using function overload&templates across namespaces.

2004-11-12 Thread Jean-Paul dot Chaput at lip6 dot fr
--- Additional Comments From Jean-Paul dot Chaput at lip6 dot fr 2004-11-12 22:52 --- (In reply to comment #2) > Not a bug, templates do really get added to namespaces by using if Sorry to bother you again but there's something I don't get. Forget about template, it was a

[Bug c++/18449] Problems when using function overload&templates across namespaces.

2004-11-12 Thread Jean-Paul dot Chaput at lip6 dot fr
--- Additional Comments From Jean-Paul dot Chaput at lip6 dot fr 2004-11-12 11:03 --- Created an attachment (id=7528) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7528&action=view) Test function overload across namespaces Sorry to have also included the test file into

[Bug c++/18449] New: Problems when using function overload&templates across namespaces.

2004-11-12 Thread Jean-Paul dot Chaput at lip6 dot fr
using namespace NS3; int main ( int argc, char* argv[] ) { TheTest ( cout ); return 0; } -- Summary: Problems when using function overload&templates across namespaces. Product: gcc Version: 3.3.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Jean-Paul dot Chaput at lip6 dot fr CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i386-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18449