From: Doug Gregor (dgregor_at_[hidden])
Date: 2005-09-21 15:47:38


On Sep 21, 2005, at 2:33 PM, Labour, Matthieu (MLPRO SF) wrote:

> Hi
>
> Is it possible to have boost function with unlimited arguments
>
> For example:
>
> boost::function<float (int x, ...)> f;

Boost.Function does not support variable-length argument lists. Sorry!

        Doug