
4 May
2011
4 May
'11
11:03 p.m.
On May 4, 2011, at 3:03 PM, Scott McMurray wrote:
The scary implicit conversions might even make some sense when there's no destination type: int i = convert(x);
Please read the posts (esp Thomas Heller's and Christopher Jefferson's) about how implicit conversions break template functions and auto. They're more than just scary.