[Bug c++/50495] Optimize exact matches in overload resolution
mathias at gaunard dot com
gcc-bugzilla@gcc.gnu.org
Fri Sep 23 19:02:00 GMT 2011
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]
More information about the Gcc-bugs
mailing list