https://llvm.org/bugs/show_bug.cgi?id=29123

Eric Fiselier <e...@efcs.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #9 from Eric Fiselier <e...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to