
11 May
2005
11 May
'05
4:24 p.m.
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