
On Wed, May 4, 2011 at 1:32 PM, Eric Niebler <eric@boostpro.com> wrote:
On 5/4/2011 6:25 PM, Thomas Heller wrote:
On Wed, May 4, 2011 at 10:58 AM, Eric Niebler <eric@boostpro.com> wrote:
On 5/2/2011 6:18 PM, Thomas Heller wrote:
The BOOST_RESULT_OF_NUM_ARGS constant needed to be changed because i needed to provide 11 arguments in a "call" to boost::result_of. But i guess a workaround can be found in this specific case.
What workaround did you have in mind?
Calling F::template result<...> directly, basically reimplementing result_of for our phoenix' own limits.
As an implementation detail? Sure, no problem.
If you guys like, I could up the default BOOST_RESULT_OF_NUM_ARGS to, say, 15. I don't anticipate that it would cause any problems. Daniel Walker