
22 Sep
2005
22 Sep
'05
8:14 a.m.
Doug Gregor wrote:
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
f; Boost.Function does not support variable-length argument lists. Sorry!
Doug
------------------------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Hardly any of C++ supports variable arguments, though. (Try a function taking a few polymorphic pointers! Fun times!) Not Boost's fault