$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-07-06 14:59:32
We just ran into a need for passing 12 arguments to boost::bind(), which only
supports up to 9 arguments. Is there any way to (easily?) increase this
number? With Function, one can just set BOOST_FUNCTION_MAX_ARGS to change the
value; does/could Bind have something similar?
Doug