This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
From: Eljay Love-Jensen <eljay@adobe.com> To: "na" <Fallik@Assurtech.com>, <gcc-help@gcc.gnu.org> Subject: Re: multiple template classes in a single file Date: Fri, 16 May 2003 10:53:24 -0500
Hi Brian,
In the "Object(const Object_ptr&) {}", Object_ptr hasn't been declared.
Maybe you meant "template <T> Object(const Object_ptr<T>&) {}"?
--Eljay
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |