http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50495
--- Comment #7 from Mathias Gaunard <mathias at gaunard dot com> 2011-09-23 17:56:48 UTC --- Created attachment 25349 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25349 Python script to generate C++ files with many overloads Syntax is ./generate.py [use single function for everything (1 or 0)] [number of function tags] [number of overloads per function tag] [inheritance depth for the arguments (must be higher than number of overloads per function tag)] [arity of the functions]