This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Remove dynarray
ClosedPublic

Authored by ldionne on Nov 21 2018, 7:50 AM.

Details

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.

Diff Detail

Repository
rL LLVM

Event Timeline

ldionne created this revision.Nov 21 2018, 7:50 AM

The main motivation for this is a refactoring of the availability stuff in the lit test suite, where dynarray gets in the way a bit. The secondary motivation is just cleanup.

mclow.lists accepted this revision.Nov 28 2018, 9:58 AM

Sorry to see you go, dynarray.

This revision is now accepted and ready to land.Nov 28 2018, 9:58 AM
ldionne updated this revision to Diff 175715.Nov 28 2018, 10:02 AM

Added release note.

This revision was automatically updated to reflect the committed changes.
libcxx/trunk/test/libcxx/experimental/containers/sequences/dynarray/dynarray.zero/default.pass.cpp