Boost logo

Boost :

From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-08-04 23:15:45


On Sunday 04 August 2002 11:31 pm, Gennadiy Rozental wrote:
> > It's only available when partial specialization is available
>
> ...
>
> > boost::function is using this now.
>
> Does this mean that boost::function will work only with PS?

That depends on whether you mean boost::function the library or
boost::function the class template.

The library still works without partial specialization, but you'll need to use
the numbered class templates (function0, function1, etc.).

The boost::function class template has moved to the function type syntax
(e.g., boost::function<void (double, bool&)>), and the old syntax (e.g.,
boost::function<void, double, bool&>) has been deprecated (but still works)
and will be removed in the future.

See the Boost.Function docs in CVS for a more thorough explanation.

        Doug


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