[libcxx-commits] [libcxx] 79086bf - [libc++] Remove constexpr vector from LLVM 16 release notes
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 29 06:46:43 PDT 2022
Author: Louis Dionne
Date: 2022-07-29T09:46:21-04:00
New Revision: 79086bf9b2b89055f9be1be4d90268c5df940807
URL: https://github.com/llvm/llvm-project/commit/79086bf9b2b89055f9be1be4d90268c5df940807
DIFF: https://github.com/llvm/llvm-project/commit/79086bf9b2b89055f9be1be4d90268c5df940807.diff
LOG: [libc++] Remove constexpr vector from LLVM 16 release notes
We are shipping it in LLVM 15 via a cherry-pick.
Added:
Modified:
libcxx/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index c7df8d75b3e9f..f5ebc4e8e6430 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -38,8 +38,6 @@ What's New in Libc++ 16.0.0?
Implemented Papers
------------------
-- P1004R2 (Making ``std::vector`` constexpr)
-
Improvements and New Features
-----------------------------
More information about the libcxx-commits
mailing list