Version 1.28.0
Version 1.28.0
May 15th, 2002 12:00 GMT
Platform | File |
---|---|
unix | boost_1_28_0.tar.bz2 |
boost_1_28_0.tar.gz | |
windows | boost_1_28_0.zip |
-
The Boost mailing lists are now also accessible as newsgroups.
-
A powerful mailing list archive has been contributed by the ActiveState Programmer Network.
-
Lambda Library added, from Jaakko Jarvi and Gary Powell. Define small unnamed function objects at the actual call site: for_each( a.begin(), a.end(), std::cout << _1 << ' ' );
-
I/O State Saver Library added - Save I/O state to prevent jumbled data, from Daryle Walker.
-
Configuration Library: User code should not use BOOST_NO_LIMITS.
-
Random Number Library: Avoid compiler warnings.
-
Smart Pointers Library: Added shared_polymorphic_cast and shared_polymorphic_downcast.
-
Function Library: Now supports function objects with the unary
&
operator overloaded. -
Utility Library: Added
addressof()
function. -
The usual small fixes and tweaks.