[Bug c++/43559] Overloaded template functions became ambiguous

2010-03-28 Thread schaub-johannes at web dot de
--- Comment #2 from schaub-johannes at web dot de 2010-03-28 19:33 --- I've done some analysis for this using the argument-deduction during partial ordering rules as clarified by http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#214: template void f(U&) { } // #1 template vo

[Bug c++/43559] Overloaded template functions became ambiguous

2010-03-28 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2010-03-28 19:27 --- Jason, what do you think? -- paolo dot carlini at oracle dot com changed: What|Removed |Added