[PATCH] D100672: [ADT] Add new type traits for type pack indexes

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 18 15:42:54 PDT 2021


scott.linder updated this revision to Diff 346291.
scott.linder added a comment.

Replace constexpr functions with recursively defined templates, working around
an MSVC bug.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100672

Files:
  llvm/include/llvm/ADT/PointerUnion.h
  llvm/include/llvm/ADT/STLExtras.h
  llvm/unittests/ADT/STLExtrasTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100672.346291.patch
Type: text/x-patch
Size: 8320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210518/83402a13/attachment.bin>


More information about the llvm-commits mailing list