On 02-Sep-97 David B. Teague wrote: > >you will find a big section that explains how to do the template >instantantiation with the template class and implementation in separate >files. > >There are pragmas for this, and the technique taht Borland C++ uses for >this works (according to the info files). I use the pragmas. >
How do you use the pragmas? The info for GCC is very vague on this, and no examples. As far as I can read, you use the '#pragma interface' in the header file. And '#pragma implementation "headerfile"' in the .C file that does the implementation? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .