$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: alexei_novakov (alexei_novakov_at_[hidden])
Date: 2002-11-18 19:05:27
Hello everyone.
I have two classes which I found pretty handy: sub_string (behaves as
a mirror of the portion of master basic_string) and const_string (C-
string wrapper). Nice thing about these two is they implemented as
template specialization of basic_string which has advantages:
a) familiar interface;
b) possibility to reuse the code written for basic_string (like
string streams, lexical casts, etc).
Any interest?
Regards.
Alexei Novakov