From: "Michael Kochetkov" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp References: <94ejfb$5a5$1 AT info DOT cyf-kr DOT edu DOT pl> Subject: Re: Authors of DJGPP / GCC - #export needed ! Date: Mon, 22 Jan 2001 13:24:14 +0300 Lines: 24 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 NNTP-Posting-Host: 212.114.5.2 Message-ID: <3a6c0cef@news.telekom.ru> X-Trace: 22 Jan 2001 13:35:27 +0300, 212.114.5.2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Rafal Maj" wrote in message news:94ejfb$5a5$1 AT info DOT cyf-kr DOT edu DOT pl... > When #export will be implemented in DJGPP ? Next month :), maybe next year > :( ? > I'm stuck because my program realy needs to use template class in libraries > and now I'm waiting for this #export keyword... > By the way... why is it realy so incredibly hard to implement ? > Maybe writting future-request directly to authors of GCC may help... do > somebody know their email ? > Rafał > > P.S. Currectly I write my library in one single *.h file (not *.h + *.cc > like always) to allow usage of template classes, but my programs compiles > now very _slow_ ;-( You may wish to get use of explicit template instantiation technique which is discussed in this NG from time to time. With regards, Michael Kochetkov.