changing std::array to std::vector

后端 未结 0 1722
长情又很酷
长情又很酷 2020-11-30 20:21

I have some code that uses a std::array. This is using the stack to allocate the memory. But I need to create an array of around 2MB. So doing some searching it seems that I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题