$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2002-03-06 13:54:13
On 3/5/02 5:17 PM, "Beman Dawes" <bdawes_at_[hidden]> wrote:
> How about suggestions for perhaps six more Boost libraries to add to the
> list? Which of the remaining libraries are most "widely useful" for
> example?
I find Boost.Bind, Boost.Function, and Boost.Signal, extremely "widely
useful" in my work. (I haven't actually used Boost.Signal in production code
yet, but there are places I used a boost::function where a signal was
clearly the right thing.)
Compile-time assertions also seem rather important and widely useful to me.
I'm also very fond of next() and prior().
I think that checked_delete should be fixed in the core language.
Also, the concept checking library and compressed_pair both seem important.
-- Darin