Jarrett Billingsley wrote: > Let's nip this in the bud right now. A const value type parameter > should automatically decide whether to pass by reference or not.
Suggested change: an 'in' parameter should be either by-value or by-reference at the compiler's discretion. There needs to be a way to explicitly specify pass-by-value for those few cases where there is a semantic difference between by-value and by-reference. -- Rainer Deyke - rain...@eldwood.com