$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2005-05-11 11:24:27
David Abrahams wrote:
> >> By the way, if anyone is interested in adding flex_string to boost
> >> :o), I have recently updated the code and reached a design and
> >> implementation I'm very happy with.
> >
> > Since Wave is accepted into Boost, it is already :-P
>
> But it's not really in boost as an independent library, is
> it. Is it even exposed in the interface specification to Wave?
No and no. Was just kidding. It's certainly an implementation detail and
completely exchangeable for any other std::string compatible class (simply
by defining BOOST_WAVE_STRING=std::string or similar).
Regards Hartmut