Performance improvements
boost::function stateless objects avoid dynamic storage and smart pointers gain thread‑safe use‑count handling.
boost::function stateless objects avoid dynamic storage and smart pointers gain thread‑safe use‑count handling.
Smart pointer bugs fixed, new weak_ptr added, and minor fixes applied across many libraries.
ref enables reference storage in boost::function; integer compile‑time utilities added; BOOST_PP prefix updated with list primitives.
| Platform | File | SHA256 Hash |
|---|---|---|
|
Unix
|
boost_1_27_0.tar.bz2 |
|
| boost_1_27_0.tar.gz |
|
|
|
Windows
|
boost_1_27_0.zip |
|
February 5th, 2002 12:00 GMT
boost::function objects store a reference to a
function object target instead of a copy, using ref. Stateless objects are optimized
so that they require no dynamic storage.
Boost is publicly released three times a year in April, August, and December. Each release has updates to existing libraries, and any new libraries that have passed the rigorous acceptance process.