<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:eric@efcs.ca" title="Eric Fiselier <eric@efcs.ca>"> <span class="fn">Eric Fiselier</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - std::tuple compilation errors with implicit conversion constructors"
href="https://llvm.org/bugs/show_bug.cgi?id=29123">bug 29123</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>ASSIGNED
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - std::tuple compilation errors with implicit conversion constructors"
href="https://llvm.org/bugs/show_bug.cgi?id=29123#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - std::tuple compilation errors with implicit conversion constructors"
href="https://llvm.org/bugs/show_bug.cgi?id=29123">bug 29123</a>
from <span class="vcard"><a class="email" href="mailto:eric@efcs.ca" title="Eric Fiselier <eric@efcs.ca>"> <span class="fn">Eric Fiselier</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>