This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11367] [3.4 regression] undefined references for static template member functions
- From: "harinath at cs dot umn dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2003 15:19:33 -0000
- Subject: [Bug c++/11367] [3.4 regression] undefined references for static template member functions
- References: <20030629100116.11367.richard.kreckel@ginac.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11367
------- Additional Comments From harinath at cs dot umn dot edu 2003-06-30 15:19 -------
Also, if the problem had been name-lookup, it would have resulted in a compile
error, not a link error. So, it's not a problem with the name-lookup.