$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-02-11 08:34:02
Here's an updated version of a TR1 wrapper-implementation for Boost,
currently supports chapters 2-5 of the TR, which means:
Reference Wrappers
Smart Pointers
Class template result_of.
Function template mem_fn.
Function Object Binders.
Polymorphic function wrappers.
Type Traits.
Random Number Generators and Distributions.
But not:
Mathematical Special Functions.
Rather better looking docs than last time are online at:
http://freespace.virgin.net/boost.regex/tr1/doc/html/tr1.html
And the full download is at:
http://boost-sandbox.sourceforge.net/vault/index.php?direction=0&order=&directory=tr1&
Feedback welcomed; enjoy,
John Maddock