Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <04b201c14c73$12b6bb80$01000001@lifelesswks> From: "Robert Collins" To: Subject: C++ templates and cygwin? Date: Thu, 4 Oct 2001 11:22:40 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Chris, Whats your opinion on c++ template use within Cygwin. I'm not necessarily talking the STL, just that for things like lists, derived classes don't really suite, and recoding list traversal for the nth time is kinda... well boring. Also abstracting the code up one level does allow future replacement of the list with b* trees/hash tables etc wit more ease. (And for some of the stuff in progress that _may_ become desireable.) Rob