[llvm-branch-commits] [clang] [libcxx] [clang] Finish implementation of P0522 (PR #96023)
Erich Keane via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Sep 4 11:10:44 PDT 2024
https://github.com/erichkeane commented:
Did a look through, and have no comments. While we could clean up the `TemplateDeductionResult` enum, I'm hopeful we're getting 'near the end' on it, and I can't think of a nicer way to break it down, none of the cases are really well associated with eachother (that is, we're not encoding a cartesian product), so I don't know if a way we can make it better.
https://github.com/llvm/llvm-project/pull/96023
More information about the llvm-branch-commits
mailing list