$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Nagle (nagle_at_[hidden])
Date: 2004-05-08 13:23:49
John Nagle wrote:
> I've been doing some work on this too. I made char_string
> a subclass of a non-templated char_string_base, so you can
> pass references to char_string_base. This has the disadvantage
> of requiring a vtable, but makes the class much more useful.
>
> I'll put this someplace publicly visible in the next day
> or two.
It's at
Take a look and see if you like the direction this is going.
Thanks.
John Nagle