1=========================== 2Libc++ 11.0.0 Release Notes 3=========================== 4 5.. contents:: 6 :local: 7 :depth: 2 8 9Written by the `Libc++ Team <https://libcxx.llvm.org>`_ 10 11Introduction 12============ 13 14This document contains the release notes for the libc++ C++ Standard Library, 15part of the LLVM Compiler Infrastructure, release 11.0.0. Here we describe the 16status of libc++ in some detail, including major improvements from the previous 17release and new feature work. For the general LLVM release notes, see `the LLVM 18documentation <https://llvm.org/docs/ReleaseNotes.html>`_. All LLVM releases may 19be downloaded from the `LLVM releases web site <https://llvm.org/releases/>`_. 20 21For more information about libc++, please see the `Libc++ Web Site 22<https://libcxx.llvm.org>`_ or the `LLVM Web Site <https://llvm.org>`_. 23 24What's New in Libc++ 11.0.0? 25============================ 26 27New Features 28------------ 29 30- ``<numbers>`` 31