
22 Mar
2006
22 Mar
'06
noon
Martin Wille wrote:
Richard Corden wrote:
[...]
return (std::numeric_limits<FPT>::max)();
Can I ask what is the purpose of adding parenthesis to the qualified name?
It inhibits macro expansion.
I'm blown away. It never occurred to me that macro expansion would happen for a qualified name, but of course now it seems just, well, obvious. Thanks, Richard