This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/58316] error: call of overloaded âfoo(long long unsigned int, long long unsigned int)â is ambiguous


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58316

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Integer conversions are not ranked by size.  The call is ambiguous, G++ is
correct.  Intel and clang agree.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]