Boost logo

Boost :

From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-07-13 09:30:53


On Tuesday 10 July 2001 09:38, you wrote:
> I've updated bind.hpp. It now supports member function pointers and
> accept()s visitors. :-)
>
> Feedback is appreciated, as usual.
>
> --
> Peter Dimov
> Multi Media Ltd.

A few comments/questions:

- BOOST_BIND: why? Is this a workaround for MSVC?

- accept(): The code invokes the visitor with the bare a1, a2, etc. This
means the the visitor may see ref_t<T> or value<T> arguments. Is this
intended behavior? If so, ref_t<T> and value<T> must be specified as part of
the visitor concept.

        Doug


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk