Re: [boost] Re: String algorithm library

2002-11-20 Thread Pavol Droba
On Wed, Nov 20, 2002 at 04:34:21PM +0100, Gennaro Prota wrote: > On Tue, 19 Nov 2002 19:37:51 +0100, Pavol Droba <[EMAIL PROTECTED]> > wrote: > > > isclassified was suggested by Genny Prota > > My name in the file is a theft though. That's just a classic. My only > contribution was the error of u

Re: [boost] Re: String algorithm library

2002-11-19 Thread Pavol Droba
Hi On Mon, Nov 18, 2002 at 07:20:58PM -0500, Beman Dawes wrote: > At 03:25 AM 11/18/2002, Pavol Droba wrote: > > >What I want to do in the future is to change default signature of trim to > > >something like you're proposing. There will be a variant with predicate > and > >a set of standar

Re: [boost] Re: String algorithm library

2002-11-18 Thread Pavol Droba
On Mon, Nov 18, 2002 at 07:20:58PM -0500, Beman Dawes wrote: > At 03:25 AM 11/18/2002, Pavol Droba wrote: > > >What I want to do in the future is to change default signature of trim to > > >something like you're proposing. There will be a variant with predicate > and > >a set of standard pre

Re: [boost] Re: String algorithm library

2002-11-18 Thread Pavol Droba
On Mon, Nov 18, 2002 at 06:52:53PM +0100, Gennaro Prota wrote: > On Mon, 18 Nov 2002 09:25:38 +0100, Pavol Droba <[EMAIL PROTECTED]> > wrote: > > >You are probably right that some ideas are confusing without explanation. > > In fact the reason why I was perplexed is that everybody seems to > focu

Re: [boost] Re: String algorithm library

2002-11-18 Thread Beman Dawes
At 03:25 AM 11/18/2002, Pavol Droba wrote: >What I want to do in the future is to change default signature of trim to >something like you're proposing. There will be a variant with predicate and >a set of standard predicates. This way the locale stuff will be moved out >to the predicate and wil

Re: [boost] Re: String algorithm library

2002-11-18 Thread Pavol Droba
On Mon, Nov 18, 2002 at 06:14:01PM +0100, Thorsten Ottosen wrote: > > - Original Message - > From: "James Curran/MVP" <[EMAIL PROTECTED]> > > > > > While there is a certain elegance to the names, I'd have to vote > against > > those. It's not immediately obvious from the names trim

Re: [boost] Re: String algorithm library

2002-11-18 Thread Thorsten Ottosen
- Original Message - From: "James Curran/MVP" <[EMAIL PROTECTED]> > While there is a certain elegance to the names, I'd have to vote against > those. It's not immediately obvious from the names trim/trimmed which one > is inplace and which isn't. well, I would say it is. verbs in

Re: [boost] Re: String algorithm library

2002-11-17 Thread Pavol Droba
On Sun, Nov 17, 2002 at 05:36:35PM +0100, Gennaro Prota wrote: > > Hi Pavol, I haven't been following this thread so please forgive me if > I'm just pointing out something stupid, or problems that you already > know. I had a quick glance at the library and I'm a little confused at > what is its sc

Re: [boost] Re: String algorithm library

2002-11-16 Thread Pavol Droba
On Sat, Nov 16, 2002 at 03:46:07PM +, Alisdair Meredith wrote: > Pavol Droba wrote: > > To pick on a function at random... > > >Seq ltrim( const Seq& Input, const std::locale& Loc=std::locale() ) > > Why the default to std::locale? > > In typical use, I expect Seq to be an instantiation