[llvm-bugs] [Bug 33000] New: `std::visit` with zero variants is broken
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu May 11 00:19:11 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33000
Bug ID: 33000
Summary: `std::visit` with zero variants is broken
Product: libc++
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: mcypark at gmail.com
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
The following code is broken:
std::visit([]{});
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170511/3a39ef95/attachment.html>
More information about the llvm-bugs
mailing list