[Bug c++/22161] Template linking error

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Jun 23 13:24:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-23 13:24 -------
This is not a bug, this is how C++ templates work.  You want to include templates functions in the 
same TU as the where you use them.  Unless you use export but export is not implemented yet.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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



More information about the Gcc-bugs mailing list