What is the status on dynarrays?

std::dynarray was intended to go with c++14 at first. However, it was later decided that std::dynarray would be moved to an “Array TS” which may also include some std::array_view class. The main reason is that the committee did not agree on some points concerning heap-allocation versus stack-allocation in some cases (what if you try to … Read more