
13 Oct
2004
13 Oct
'04
12:58 p.m.
On Oct 12, 2004, at 9:55 PM, Eric Niebler wrote:
This results in warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
I recommend changing the line in question to: return !(k2.type() == typeid(front_type));
Done. Thanks! Doug