[llvm-bugs] [Bug 42021] get function of shared_ptr depends on ampersand overload

via llvm-bugs llvm-bugs at lists.llvm.org
Sun May 26 07:42:00 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42021

Marshall Clow (home) <mclow.lists at gmail.com> changed:

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

--- Comment #4 from Marshall Clow (home) <mclow.lists at gmail.com> ---
(In reply to Alfredo Correa from comment #2)
> Might one expect these type of fixes to be propagated backwards to older
> versions of libc++?

Libc++ is an interesting project, in that most of the users do not get their
binaries (and headers) from the LLVM project, but rather from a system vendor
(Apple, Google, NetBSD, etc).  If you are one of those people, then that's
where an update will come from.

If you build the library yourself (say, on Linux), then Zoe is correct; you can
just build and install a new version to get the fix.

But to strictly answer your question - no, we don't ever release updated
versions of old releases. [Example, there's never going to be another LLVM 7
release.] Instead, we just make new releases.

The change that you're asking about was made on 28-Aug-2018, and was part of
the 7.0 release.  I just checked on my Mac, and the fix is included in the
Apple 10.1 tools release as well.

-- 
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/20190526/686160c3/attachment.html>


More information about the llvm-bugs mailing list