Hacker News new | past | comments | ask | show | jobs | submit
std::array requires the size to be set at compile-time, while I was talking about arrays whose size is determined at construction-time. Of course std::array is also quite the useful class :-)