2

I read that std::dynarray was proposed in a draft for C++14 but was dropped out later on.

Are there any plans that this class will be included in future C++ standards, or has it been dropped for good?

Nicol Bolas
  • 449,505
  • 63
  • 781
  • 982
ferdymercury
  • 698
  • 4
  • 15
  • 1
    `dynarray` was part of a draft experimental Technical Specification (n3820) concerned with array extensions. The last version of that draft was dated 10 October 2013, and subsequent development was abandoned. As far as I know, there has been no subsequent development of any similar proposal. – Peter Apr 10 '20 at 14:05
  • Related: [std::dynarray vs std::vector](https://stackoverflow.com/a/19111606/430766) – bitmask Apr 10 '20 at 14:09

0 Answers0