From: Manni Heumann Newsgroups: comp.os.msdos.djgpp Subject: Re: template function support? Date: 16 Jul 2001 09:23:46 GMT Lines: 17 Message-ID: References: NNTP-Posting-Host: udp081069uds.uni-bielefeld.de (129.70.100.231) X-Trace: fu-berlin.de 995275426 22257908 129.70.100.231 (16 1428) User-Agent: Xnews/4.06.22 X-Face: "c)Go+A65AgR*9'!B)BMLM$kYg6HDG!_g'DAsj*ALo%=kp{X&abs&t\G0F~*r?VRj#|4=6)M.RJPnD]Ql:B<-7A^EAYFpDpZRMoJy?80^3B3b AT DXb%MTyOD.*4wu&Xt6o*+6`r5E To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 15 Jul 2001, Nathan Jerpe wrote: > Greetings, > > I have a template function that is not a member of a class. > [snip] > > Does DJGPP support 'export' in this manner? If not, any > less sloppy way to do this? Your books are right. If you try to compile a template function and use the export keyword, gcc will tell you that it does not support the use of export (yet). You will have to resort to the second possibility your books mention. Manni