[PATCH] D141327: [llvm][ADT] Add deduction guides for `MutableArrayRef`
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 09:17:15 PST 2023
dblaikie accepted this revision.
dblaikie added a comment.
I'd be OK with the testing just being the static_asserts without the rest of the testing (since that's all the deduction guide do - specifies what type to use, then the usual ctor rules kick in - and those ctors are already tested elsewhere) - but this is OK too, if you prefer it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141327/new/
https://reviews.llvm.org/D141327
More information about the llvm-commits
mailing list