[PATCH] D133683: [c++] implements tentative DR1432 for partial ordering of function template
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 27 02:34:36 PDT 2022
mizvekov accepted this revision.
mizvekov added a comment.
This revision is now accepted and ready to land.
Looks good, aside some points:
- Please add test for the conditioning on `ClangABICompat15`.
- Missing release notes.
- FWIW GCC treats the `g(42)` case as not ambiguous, as I expected, so it might be worth pointing that out with a FIXME regardless.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133683/new/
https://reviews.llvm.org/D133683
More information about the cfe-commits
mailing list