<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:hfinkel@anl.gov" title="Hal Finkel <hfinkel@anl.gov>"> <span class="fn">Hal Finkel</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Type alias fails in namespace std?"
href="https://llvm.org/bugs/show_bug.cgi?id=31658">bug 31658</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>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>INVALID
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Type alias fails in namespace std?"
href="https://llvm.org/bugs/show_bug.cgi?id=31658#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Type alias fails in namespace std?"
href="https://llvm.org/bugs/show_bug.cgi?id=31658">bug 31658</a>
from <span class="vcard"><a class="email" href="mailto:hfinkel@anl.gov" title="Hal Finkel <hfinkel@anl.gov>"> <span class="fn">Hal Finkel</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=31658#c1">comment #1</a>)
<span class="quote">> Libc++ provides <string_view> and the identifier `std::basic_string_view` in
> all dialects. For example the following code compiles with libc++:
>
> // clang++ -std=c++11 test.cpp
> #include <experimental/string_view>
>
> using MySV = std::basic_string_view<char>; // OK.
>
> I agree that the Clang diagnostic in this case is really unfortunate.</span >
I'll open a new bug for the diagnostic problem (it looks like it is not
specific to type aliases).</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>