
boost 更新了!增加了十一個新的 library。
New Libraries
* Asio:
Portable networking, including sockets, timers, hostname resolution and socket iostreams, from Chris Kohlhoff.
* Bimap:
Boost.Bimap is a bidirectional maps library for C++. With Boost.Bimap you can create associative containers in which both types can be used as key, from Matias Capeletto.
* Circular Buffer:
STL compliant container also known as ring or cyclic buffer, from Jan Gaspar.
* Function Types:
Boost.FunctionTypes provides functionality to classify, decompose and synthesize function,...