[llvm-bugs] [Bug 29123] std::tuple compilation errors with implicit conversion constructors
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Dec 8 19:57:47 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=29123
Eric Fiselier <eric at efcs.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #9 from Eric Fiselier <eric at efcs.ca> ---
Update:
I choose not to fix this bug in libc++ for 3.9.0 for two reasons:
1. This was also caused by a Clang bug, which was fixed shortly after the 3.9.0
release and it has been applied to the upcoming 3.9.1 release. I didn't want to
re-write large portions of std::tuple right before a release in order to avoid
a Clang bug.
2. The reproducer has a cyclic SFINAE condition, and I would consider that UB.
Closing this bug as resolved fixed since it compiles with ToT clang.
--
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/20161209/9f7d4232/attachment-0001.html>
More information about the llvm-bugs
mailing list