Re: [boost] Possible boost addition: sub string and const string.

2002-11-24 Thread Pavol Droba
Hi John, I have looked into your code. It's pretty interesting, however as I see the current situation in Boost development, your lib ranges over 3 differnt topics which are handled by 3 different libraries. (i) Unification of the interface for various sequence types, including char* variants

Re: [boost] Possible boost addition: sub string and const string.

2002-11-23 Thread John Maddock
Alexei, Looks like we're all thinking alike, a while ago I put together a sequence based substring class that could act as a universal wrapper for any string like object, along with a set of algorithms to act upon it: it's based loosely on Darin Adler's original string algorithm code. classes: s