[LLVMbugs] [Bug 10539] basic_string constructors use pointer rather than CharT*

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Dec 7 19:08:44 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=10539

Howard Hinnant <hhinnant at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Howard Hinnant <hhinnant at apple.com> ---
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.
------------------------------------------------------------------------

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131208/9e5f7907/attachment.html>


More information about the llvm-bugs mailing list