summaryrefslogtreecommitdiffstats
path: root/libcxx/docs
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2018-11-28 18:02:00 +0000
committerLouis Dionne <ldionne@apple.com>2018-11-28 18:02:00 +0000
commit9a494eacba0e037a213cf18216eb4afbf37410d8 (patch)
tree227540e31c50e1e9501eaa5375db76d647087541 /libcxx/docs
parent9b4cfa55b1b86e35b5ace5061606753d7060f1a7 (diff)
downloadbcm5719-llvm-9a494eacba0e037a213cf18216eb4afbf37410d8.tar.gz
bcm5719-llvm-9a494eacba0e037a213cf18216eb4afbf37410d8.zip
[libcxx] Remove dynarray
Summary: std::dynarray had been proposed for C++14, but it was pulled out from C++14 and there are no plans to standardize it anymore. Reviewers: mclow.lists, EricWF Subscribers: mgorny, christof, jkorous, dexonsmith, arphaman, libcxx-commits Differential Revision: https://reviews.llvm.org/D54801 llvm-svn: 347783
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 4cf5182a7f3..b7ad2e2a82c 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -48,3 +48,7 @@ API Changes
linking translation units built with different versions of libc++'s headers
together may lead to ODR violations and ABI issues. On the flipside, code
size improvements should be expected for everyone not defining the macro.
+- Starting with LLVM 8.0.0, std::dynarray has been removed from the library.
+ std::dynarray was a feature proposed for C++14 that was pulled from the
+ Standard at the last minute and was never standardized. Since there are no
+ plans to standardize this facility it is being removed.
OpenPOWER on IntegriCloud