$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andreas Scherer (as_at_[hidden])
Date: 2001-08-15 04:55:49
> A quick scan shows type_traits is very popular, as is utility
> (presumably for "noncopyable"), static_assert, call_traits,
> iterators, and operators. Together with smart pointers and
> integer stuff, that might be a starting point.
You might also consider the "compose" library. It's fully
independent and at least referenced in "The C++ Standard Library".
Andreas