------- Comment #1 from bangerth at dealii dot org 2007-04-30 00:01 -------
I believe the current approach is pretty much the only thing that
can be implemented reliably, because you could write code like this:
---------------
int f(int i, int j);
int f(int j, int i);
int g = f(1,2);
---------------
Note how the name of an argument is not unique. What do you suggest to do
in this case?
W.
--
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bangerth at dealii dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31757