[Clang] Incorrect Diagnostic Message for Ambiguous Overloaded Operator in Clang #122579
Labels
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
Given the following code:
Clang rejects it with the diagnostic, which dose not make sense, because there is no
float
in the source code:Moreover, MSVC's output seems correct:
The text was updated successfully, but these errors were encountered: