...世界上最受尊敬、设计最精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受尊敬、设计最精良的 C++ 库项目之一。
字符串
// In header: <boost/container/string.hpp> typedef basic_string< char,std::char_traits< char >,new_allocator< char > > string;
窄字符 basic_string 的类型定义