<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:mclow.lists@gmail.com" title="Marshall Clow (home) <mclow.lists@gmail.com>"> <span class="fn">Marshall Clow (home)</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - libc++abi doesn't build with -std=c++17"
href="https://bugs.llvm.org/show_bug.cgi?id=34103">bug 34103</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>WONTFIX
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>unassignedbugs@nondot.org
</td>
<td>mclow.lists@gmail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - libc++abi doesn't build with -std=c++17"
href="https://bugs.llvm.org/show_bug.cgi?id=34103#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - libc++abi doesn't build with -std=c++17"
href="https://bugs.llvm.org/show_bug.cgi?id=34103">bug 34103</a>
from <span class="vcard"><a class="email" href="mailto:mclow.lists@gmail.com" title="Marshall Clow (home) <mclow.lists@gmail.com>"> <span class="fn">Marshall Clow (home)</span></a>
</span></b>
<pre>Nico - This is going to stay this way.
libcxxabi provides services to C++ programs compiled with all language
versions. If we removed unexpected_handler (and uncaught exception, etc), then
programs built with -std=c++11 (for example) would fail to link, and already
built programs would fail to launch, with an "unresolved external reference"
error.
Until we're ready to say "You can only run programs compiled with -std=c++17 or
later" on a given system, we have to keep this code around.
We might want to add something to the build system to give a message if someone
tries to build with C++17 or later, though.</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>