From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28550 invoked by alias); 1 Sep 2005 18:39:06 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28536 invoked by uid 48); 1 Sep 2005 18:39:02 -0000 Date: Thu, 01 Sep 2005 18:39:00 -0000 Message-ID: <20050901183902.28535.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050901183404.23685.gregory.a.bakken@pfizer.com> References: <20050901183404.23685.gregory.a.bakken@pfizer.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/23685] Problem with undefined references for templates X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00130.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 18:39 ------- yes, You are missing this is how templates work. the template needs to be instainated. Either explicitly instainate them in the other TU or put the template functions in a header. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23685