How many parameters to provide?

Doug Gregor dgregor@cs.indiana.edu
Thu Feb 10 02:32:00 GMT 2005


On Feb 9, 2005, at 11:19 AM, Jonathan Wakely wrote:
> 20 seems like as good a number as any, as long as it wouldn't make it
> twice as hard to debug / maintain as 10 parameters.

Increasing the number does not make anything more complicated; just 
increases compile time a little bit.
For function objects, the only numbers that matter are 0, 1, 2, and N.

	Doug



More information about the Libstdc++ mailing list