Hacker News new | ask | show | jobs
by bstamour 3000 days ago
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).