$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-01-24 07:51:44
> I made the changes to ref.hpp discussed earlier, updated the
documentation,
> and listed "ref" on the libraries page (I had trouble finding it
otherwise).
> See current CVS.
is_reference_wrapper<T> (no PTS) doesn't work when T is a reference because
of the static T* t declaration; is it supposed to? You can use the type<T>
trick to make it work.