<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:ldionne@apple.com" title="Louis Dionne <ldionne@apple.com>"> <span class="fn">Louis Dionne</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Cherry-pick 71e4d434dc83b02a853712a5cb026ee2fa9ba67f to release/12.x"
href="https://bugs.llvm.org/show_bug.cgi?id=50761">bug 50761</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;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Cherry-pick 71e4d434dc83b02a853712a5cb026ee2fa9ba67f to release/12.x"
href="https://bugs.llvm.org/show_bug.cgi?id=50761#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Cherry-pick 71e4d434dc83b02a853712a5cb026ee2fa9ba67f to release/12.x"
href="https://bugs.llvm.org/show_bug.cgi?id=50761">bug 50761</a>
from <span class="vcard"><a class="email" href="mailto:ldionne@apple.com" title="Louis Dionne <ldionne@apple.com>"> <span class="fn">Louis Dionne</span></a>
</span></b>
<pre>commit 275ffa580880f6e18bf9742cad8e5dcab67b1f1d
Author: Louis Dionne <<a href="mailto:ldionne.2@gmail.com">ldionne.2@gmail.com</a>>
Date: Wed Jun 16 12:35:00 2021 -0400
[libc++] Make sure std::allocator<void> is always trivial
When we removed the allocator<void> specialization, the triviality of
std::allocator<void> changed because the primary template had a
non-trivial default constructor and the specialization didn't
(so std::allocator<void> went from trivial to non-trivial).
This commit fixes that oversight by giving a trivial constructor to
the primary template when instantiated on cv-void.
This was reported in <a href="https://llvm.org/PR50299">https://llvm.org/PR50299</a>.
(cherry picked from commit 71e4d434dc83b02a853712a5cb026ee2fa9ba67f)
Differential Revision: <a href="https://reviews.llvm.org/D104486">https://reviews.llvm.org/D104486</a></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>