This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How many parameters to provide?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]