[PATCH] D141327: [llvm][ADT] Add deduction guides for `MutableArrayRef`
Joe Loser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 05:54:56 PST 2023
jloser updated this revision to Diff 487768.
jloser edited the summary of this revision.
jloser added a comment.
Remove deduction guide from `MutableArrayRef`: it's not needed. Add a test from both const and non-const `MutableArrayRef` to show there's no issues, or ambiguous deduction guides like before.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141327/new/
https://reviews.llvm.org/D141327
Files:
llvm/include/llvm/ADT/ArrayRef.h
llvm/unittests/ADT/ArrayRefTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141327.487768.patch
Type: text/x-patch
Size: 4457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230110/06108439/attachment.bin>
More information about the llvm-commits
mailing list