EricWF added inline comments.
================ Comment at: lib/Sema/SemaOverload.cpp:9177 + // specified in C++2a [over.match.oper]p1.10. + if (RewrittenCandidateTieBreaker && ICS1.isStandard() && + ICS2.isStandard() && ICS1.Standard.getRank() == ICR_Exact_Match && ---------------- This doesn't seem anywhere close to correct, but It's the best I've come up with so far. For now though, it seems nice to avoid the ambiguity caused by the current specification. https://reviews.llvm.org/D45680 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits