[PATCH] D144834: [ADT] Fix const-correctness issues in `zippy`

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 17:51:57 PST 2023


kuhar updated this revision to Diff 500989.
kuhar marked 2 inline comments as done.
kuhar added a comment.

Use `static_assert` to test for constness. Rebase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144834/new/

https://reviews.llvm.org/D144834

Files:
  llvm/include/llvm/ADT/STLExtras.h
  llvm/unittests/ADT/IteratorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144834.500989.patch
Type: text/x-patch
Size: 7491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230228/07db06ff/attachment.bin>


More information about the llvm-commits mailing list