X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "jansb000" Newsgroups: comp.os.msdos.djgpp Subject: Re: Where is STL-slist template? Date: Thu, 14 Mar 2002 00:52:10 +0100 Organization: Planet Internet Lines: 31 Message-ID: References: <3C8D08DC DOT A9688AC2 AT phekda DOT freeserve DOT co DOT uk> NNTP-Posting-Host: ipc3797b50.dial.wxs.nl X-Trace: reader05.wxs.nl 1016062805 72 195.121.123.80 (13 Mar 2002 23:40:05 GMT) X-Complaints-To: abuse AT planet DOT nl NNTP-Posting-Date: 13 Mar 2002 23:40:05 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The slist template class is mentioned and documented on the site www.sgi.com/stl Also my mingw32 (Dev-C++) has it on board. Why wouldn't there be a slist class? Is there no use for single linked lists anymore? "Jesper Lund" wrote in message news:xc8j8.4522$RB DOT 137409 AT news010 DOT worldonline DOT dk... > > > > jansb000 wrote: > > > As I moved from 2.95.x to 3.0.3 some of my modules complained about > "slist", > > > the single linked list from the STL library. Why has this been removed? > > > > Maybe 'slist' is not in the STL in the ISO C++ standard and therefore has > been > > removed? I don't have my C++ programming tome here, so I can't check. > > > > There is no reference to 'slist' in Josuttis, "The C++ Standard Library" or > "The C++ Programming Language". > > >