This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/42356] improve list of candidates and error recovery for ambiguous call
- From: "igodard at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 22 Oct 2011 15:52:54 +0000
- Subject: [Bug c++/42356] improve list of candidates and error recovery for ambiguous call
- Auto-submitted: auto-generated
- References: <bug-42356-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42356
--- Comment #12 from Ivan Godard <igodard at pacbell dot net> 2011-10-22 15:52:54 UTC ---
Manual said:
g++ could also specify which ones are viable candidates, and which ones are not
even viable, and for the ones not viable, explain why.