From -8080973781378939070
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,b83a4267f4ac775
X-Google-Attributes: gidf78e5,public
From: ncm@nospam.cantrip.org (Nathan Myers)
Subject: Re: string/cow/algorithm
Date: 1998/08/11
Message-ID: <6qp0cj$849$1@shell7.ba.best.com>#1/1
X-Deja-AN: 380094264
Approved: stephen.clamage@sun.com (comp.std.c++)
Sender: ncm@best.com
References: <6qfr41$oue$1@pigpen.csrlink.net> <6qn19u$sb0$1@pigpen.csrlink.net> <6qnj99$h2l$1@nnrp1.dejanews.com> <6qo3fq$dum$1@pigpen.csrlink.net>
Organization: http://www.cantrip.org/
X-UID: 0000000001
X-Status: $$$T
Newsgroups: comp.std.c++
Originator: clamage@taumet


John Potter<jpotter@falcon.lhup.edu> wrote:
>On writing a standard conformant string class...
>But Mark wants to write a standard conformant reference counted cow
>string class.  Let's not tell him not to do it but offer some help in
>doing it.

If you want to participate in development of free standard-conforming
library components, the Egcs libstdc++-v3 project would welcome your 
efforts.  As it happens, a conforming reference-counted string template 
is already done, though not heavily tested.  It would benefit most by 
better safety, as it currently uses raw pointers as iterators.  Class 
objects instead would give better type-safety, and even permit a 
compile-time debug option.

-- 
Nathan Myers
ncm@nospam.cantrip.org  http://www.cantrip.org/



[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]




