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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.