[PATCH] D128745: [c++] implements DR692, DR1395 and tentatively DR1432, about partial ordering of variadic template partial specialization or function template
Roy Jacobson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 4 06:27:59 PDT 2022
royjacobson added a comment.
Is there consensus that applying this DR resolution is distruptive enough that it's actually an issue? If clang-abi-compat is not a good way to offer backwards compatibility in this case, maybe we should just leave it be.
FWIW, I worry that applying it according to standard version will make it harder to write code that works cross version and the benefit here is not clear.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128745/new/
https://reviews.llvm.org/D128745
More information about the cfe-commits
mailing list