From: "Rafal Maj" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Authors of DJGPP / GCC - #export needed ! Date: Sun, 21 Jan 2001 12:59:54 +0100 Organization: Academic Computer Center CYFRONET AGH Lines: 15 Message-ID: <94ejfb$5a5$1@info.cyf-kr.edu.pl> NNTP-Posting-Host: d-94-53-08.cyfronet.krakow.pl Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit X-Trace: info.cyf-kr.edu.pl 980078891 5445 149.156.1.168 (21 Jan 2001 12:08:11 GMT) X-Complaints-To: news AT cyf-kr DOT edu DOT pl NNTP-Posting-Date: 21 Jan 2001 12:08:11 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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_ ;-(