$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-04-09 22:43:25
On Tuesday 09 April 2002 09:33 am, you wrote:
> I like it! You can either:
>
> 1. submit a patch (including docs and a test). I will gladly integrate
> it.
> 2. Work with Douglas, who I believe has CVS access.
>
> Thanks,
> Dave
'tis done. addressof() has been added as boost/utility/addressof.hpp (also
included in boost/utility.hpp), along with documentation and some testcases.
I've also changed reference_wrapper to use addressof instead of the '&'
operator.
Doug