On Thu, Mar 12, 2009 at 10:09, Michael Veksler <mveks...@techunix.technion.ac.il> wrote:
> Which way the cleanup is going to be? Remove the "const" from > the C FE or re-add the "const" to the IL of the C++ FE? Remove the const in the C FE. A const qualifier in a pass-by-value argument does not really add any useful information. It's different if this was a pass-by-reference. Diego.