From: Mark W. <mar...@in...> - 2010-10-24 23:41:38
|
Hi, flex_string included in Loki, and hidden away in the implementation of one of the Boost libraries, is a policy based design string class described in Modern C++ Design by Alexandrescu: http://www.drdobbs.com/184403784 Its neat as the user can choose whether they want thread locking or not, as well as the copy semantics. Thanks, Mark |