[llvm-bugs] [Bug 48611] user-defined template operator < not used

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Dec 31 10:39:29 PST 2020


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

hstong at ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hstong at ca.ibm.com
         Resolution|---                         |INVALID
             Status|REOPENED                    |RESOLVED

--- Comment #8 from hstong at ca.ibm.com ---
Please refer to [over.match.oper] for the normative text that implements the
so-called "hiding":
For all other operators, the built-in candidates include all of the candidate
operator functions defined in [over.built] that, compared to the given
operator,
- ..., and
- do not have the same parameter-type-list as any non-member candidate that is
not a function template specialization.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201231/2b87d9cc/attachment.html>


More information about the llvm-bugs mailing list