Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No it won't. You'll get a compile time error, as T could either deduce to int or double. Unless you explicitly specify it as max<int>(1, 2.0) or max<double>(1, 2.0).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: