This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20011] Templates and cyclic dependencies
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Feb 2005 18:52:12 -0000
- Subject: [Bug c++/20011] Templates and cyclic dependencies
- References: <20050216180452.20011.jmoro@latentzero.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-16 18:52 -------
The easy way to fix this is to make the template function not be in the class definition.
Anyways if you read a good C++ book, this would be explained there.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20011