------- Comment #3 from pcarlini at suse dot de 2007-10-29 17:33 ------- (In reply to comment #2) ...What I was > confused is why the compiler is ambiguious about the T()'s constructor, _even_ > I hard coded to use "std::string()" in the example?
That doesn't matter because T is deduced basing on the type we are attempting to *convert to* and since there are many options, one for each constructor, the whole thing remains ambiguous. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33940