[llvm-bugs] [Bug 24638] Taking the address of std::string::c_str causes undefined reference
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Aug 31 09:11:42 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24638
Marshall Clow (home) <mclow.lists at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #3 from Marshall Clow (home) <mclow.lists at gmail.com> ---
There's a section in the standard ([member.functions]), which basically says
"The only thing the standard library guarantees is that if you call the
function with that name with those parameters, it will do what the standard
says".
*** This bug has been marked as a duplicate of bug 24127 ***
--
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/20150831/ca822c3c/attachment.html>
More information about the llvm-bugs
mailing list