<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:hhinnant@apple.com" title="Howard Hinnant <hhinnant@apple.com>"> <span class="fn">Howard Hinnant</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - basic_string constructors use pointer rather than CharT*"
href="http://llvm.org/bugs/show_bug.cgi?id=10539">bug 10539</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>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - basic_string constructors use pointer rather than CharT*"
href="http://llvm.org/bugs/show_bug.cgi?id=10539#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - basic_string constructors use pointer rather than CharT*"
href="http://llvm.org/bugs/show_bug.cgi?id=10539">bug 10539</a>
from <span class="vcard"><a class="email" href="mailto:hhinnant@apple.com" title="Howard Hinnant <hhinnant@apple.com>"> <span class="fn">Howard Hinnant</span></a>
</span></b>
<pre>The use of basic-string(const_pointer) as opposed to basic_string(charT*) was a
bug. This was fixed in:
------------------------------------------------------------------------
r185167 | hhinnant | 2013-06-28 12:59:19 -0400 (Fri, 28 Jun 2013) | 1 line
Implement full support for non-pointer pointers in custom allocators for
string. This completes the custom pointer support for the entire library.
------------------------------------------------------------------------</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>