https://bugs.llvm.org/show_bug.cgi?id=51874

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
 Fixed By Commit(s)|                            |699da98739b0f88c27f75adbe82
                   |                            |95c7e1dfd0188
         Resolution|---                         |FIXED

--- Comment #1 from Richard Smith <[email protected]> ---
Fixed:

<stdin>:4:8: warning: explicitly defaulted equality comparison operator is
implicitly deleted [-Wdefaulted-function-deleted]
  bool operator!=(const C&) const = default;
       ^
<stdin>:4:8: note: defaulted 'operator!=' is implicitly deleted because there
is no viable 'operator==' for 'C'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to