I could patch my local copy with several more overloads (I need up to 12 parameters) but, is there a better way?

I cannot change the constructor of the class to group parameters (as recommended in StackOverflow).

Of course this is for C++03

Regards