March 30, 2002
3:58 p.m.
David> void f(int const&); David> f(false); // error! For the sake of nitpicking correctness, I cannot help but point out that there is nothing wrong with the call of f(false) above unless you drop the "const" from f's parameter type. -- Andrew Koenig, ark@research.att.com, http://www.research.att.com/info/ark