ReleaseNotes.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. =========================================
  2. Libc++ 10.0.0 (In-Progress) Release Notes
  3. =========================================
  4. .. contents::
  5. :local:
  6. :depth: 2
  7. Written by the `Libc++ Team <https://libcxx.llvm.org>`_
  8. .. warning::
  9. These are in-progress notes for the upcoming libc++ 10 release.
  10. Release notes for previous releases can be found on
  11. `the Download Page <https://releases.llvm.org/download.html>`_.
  12. Introduction
  13. ============
  14. This document contains the release notes for the libc++ C++ Standard Library,
  15. part of the LLVM Compiler Infrastructure, release 10.0.0. Here we describe the
  16. status of libc++ in some detail, including major improvements from the previous
  17. release and new feature work. For the general LLVM release notes, see `the LLVM
  18. documentation <https://llvm.org/docs/ReleaseNotes.html>`_. All LLVM releases may
  19. be downloaded from the `LLVM releases web site <https://llvm.org/releases/>`_.
  20. For more information about libc++, please see the `Libc++ Web Site
  21. <https://libcxx.llvm.org>`_ or the `LLVM Web Site <https://llvm.org>`_.
  22. Note that if you are reading this file from a Subversion checkout or the
  23. main Libc++ web page, this document applies to the *next* release, not
  24. the current one. To see the release notes for a specific release, please
  25. see the `releases page <https://llvm.org/releases/>`_.
  26. What's New in Libc++ 10.0.0?
  27. ============================
  28. New Features
  29. ------------
  30. API Changes
  31. -----------
  32. - ...