https://bugs.llvm.org/show_bug.cgi?id=46619
Bug ID: 46619
Summary: Clang 10 (trunk) crashed (Godbolt link inside)
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++17
Assignee: unassignedclangb...@nondot.org
Reporter: llvm-bugzi...@renemeusel.de
CC: blitzrak...@gmail.com, erik.pilking...@gmail.com,
llvm-bugs@lists.llvm.org, richard-l...@metafoo.co.uk
Godbolt shows a clang 10 stacktrace for the following code:
https://godbolt.org/z/8az9zC
I wanted to build a template helper to transform a std::variant of the form
std::variant<type_tag<A>, type_tag<B>, ...>
into:
std::variant<A, B, ...>
.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs