<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:lvoufo@gmail.com" title="Larisse Voufo <lvoufo@gmail.com>"> <span class="fn">Larisse Voufo</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Doesn't restrict list initializations to standard/ellipsis conversions for copy constructor"
href="http://llvm.org/bugs/show_bug.cgi?id=12117">bug 12117</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;">CC</td>
<td>
</td>
<td>lvoufo@gmail.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>FIXED
</td>
<td>INVALID
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Doesn't restrict list initializations to standard/ellipsis conversions for copy constructor"
href="http://llvm.org/bugs/show_bug.cgi?id=12117#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Doesn't restrict list initializations to standard/ellipsis conversions for copy constructor"
href="http://llvm.org/bugs/show_bug.cgi?id=12117">bug 12117</a>
from <span class="vcard"><a class="email" href="mailto:lvoufo@gmail.com" title="Larisse Voufo <lvoufo@gmail.com>"> <span class="fn">Larisse Voufo</span></a>
</span></b>
<pre>DR1467 appears to actually disallow this, by removing the bullet point in
13.3.3.1 [over.best.ics] paragraph 4 that would allow user conversions to be
suppressed:
struct A { A(int); };
struct B { B(A); } b{{0}};
See r227224.</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>